diff options
author | gorhill <rhill@raymondhill.net> | 2015-02-06 18:20:33 -0500 |
---|---|---|
committer | gorhill <rhill@raymondhill.net> | 2015-02-06 18:20:33 -0500 |
commit | 2378a63cf0b10ec51da8df332bc56a750602683b (patch) | |
tree | 8bc615e7d7e70925481e52800684c79178c8d19f /src/popup.html | |
parent | 99be9f5c3098cc833d4eb56c78f16aef22388026 (diff) | |
download | uBlock-2378a63cf0b10ec51da8df332bc56a750602683b.zip uBlock-2378a63cf0b10ec51da8df332bc56a750602683b.tar.gz uBlock-2378a63cf0b10ec51da8df332bc56a750602683b.tar.bz2 |
re. #704: forgot localized string
Diffstat (limited to 'src/popup.html')
-rw-r--r-- | src/popup.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/popup.html b/src/popup.html index 3d08a00..07a39d4 100644 --- a/src/popup.html +++ b/src/popup.html @@ -23,8 +23,8 @@ <p class="statValue" id="page-blocked">?</p> <p class="statName" data-i18n="popupBlockedSinceInstallPrompt"></p> <p class="statValue" id="total-blocked">?</p> - <h2>domains touched</h2> - <p class="statValue" id="privacyExposure"></p> + <h2 data-i18n="popupHitDomainCountPrompt"></h2> + <p class="statValue" id="popupHitDomainCount"></p> <div id="refresh" class="fa"></div> </div><!-- DO NOT REMOVE --><div> <div id="dynamicFilteringContainer"> |