mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-01 16:33:06 +01:00
output localized numbers
This commit is contained in:
parent
cef1ac0ec9
commit
cf446e97c8
@ -235,8 +235,8 @@ var syncAllDynamicFilters = function() {
|
||||
}
|
||||
|
||||
var summary = vAPI.i18n('popupHitDomainCountPrompt')
|
||||
.replace('{{count}}', touchedDomainCount)
|
||||
.replace('{{total}}', allDomainCount);
|
||||
.replace('{{count}}', touchedDomainCount.toLocaleString())
|
||||
.replace('{{total}}', allDomainCount.toLocaleString());
|
||||
uDom('#privacyInfo').text(summary);
|
||||
|
||||
if ( dfPaneBuilt !== true ) {
|
||||
|
Loading…
Reference in New Issue
Block a user