I18N: Fix typo in [48348].
Props swizzzpidy. See #50578. git-svn-id: https://develop.svn.wordpress.org/trunk@48351 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
7a59fefb21
commit
aad703799a
@ -218,7 +218,7 @@ var getCount, updateCount, updateCountText, updatePending, updateApproved,
|
|||||||
} else {
|
} else {
|
||||||
regExMatch = titleRegEx.exec( newTitle );
|
regExMatch = titleRegEx.exec( newTitle );
|
||||||
if ( regExMatch ) {
|
if ( regExMatch ) {
|
||||||
newTitle = newTitle.replace( regExMatch[0], __( 'Comments11' ) );
|
newTitle = newTitle.replace( regExMatch[0], __( 'Comments' ) );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
document.title = newTitle;
|
document.title = newTitle;
|
||||||
|
Loading…
Reference in New Issue
Block a user