diff options
author | Farbod <cppox1@gmail.com> | 2021-12-05 13:31:21 +0400 |
---|---|---|
committer | Farbod <cppox1@gmail.com> | 2021-12-05 13:31:21 +0400 |
commit | 1cbfe3c6ef93c21d355acb7fa5eb714e61a92dd6 (patch) | |
tree | 686ec65f18cbc5245b81794d5f221cb71bf526ba /src/pages/popup | |
parent | Create build.yml (diff) | |
download | libredirect-1cbfe3c6ef93c21d355acb7fa5eb714e61a92dd6.zip |
updated the name and button not showing in firefox
Diffstat (limited to 'src/pages/popup')
-rw-r--r-- | src/pages/popup/popup.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/pages/popup/popup.html b/src/pages/popup/popup.html index 6b084880..0c4c795b 100644 --- a/src/pages/popup/popup.html +++ b/src/pages/popup/popup.html @@ -15,8 +15,7 @@ alt="Privacy Redirect logo" /> <h1> - <span data-localise="__MSG_privacy__" class="privacy">Privacy</span - ><br /><span data-localise="__MSG_redirect__">Redirect</span> + <span data-localise="__MSG_extensionName__" class="extensionName">LibRedirect</span> </h1> </div> <div class="version"> |