diff options
author | nitrohorse <1514352+nitrohorse@users.noreply.github.com> | 2020-09-05 22:21:41 -0700 |
---|---|---|
committer | nitrohorse <1514352+nitrohorse@users.noreply.github.com> | 2020-09-05 22:21:41 -0700 |
commit | 2603e7a9ea7bd12b40d88e799ff377a8960cccaf (patch) | |
tree | 4c79701358756ca7c6c3dfc8794d497af4e91dc1 /pages/popup/popup.html | |
parent | Bump manifest version (diff) | |
download | libredirect-2603e7a9ea7bd12b40d88e799ff377a8960cccaf.zip |
Update Reddit-related text for consistency, bugfix
Even when on an old Reddit view, redirect from desktop or mobile depending on whichever one the redirect is set to.
Diffstat (limited to 'pages/popup/popup.html')
-rw-r--r-- | pages/popup/popup.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pages/popup/popup.html b/pages/popup/popup.html index 871e2c62..faf0deb8 100644 --- a/pages/popup/popup.html +++ b/pages/popup/popup.html @@ -117,22 +117,22 @@ </section> <section class="settings-block"> - <table class="option" aria-label="Toggle Reddit version redirects"> + <table class="option" aria-label="Toggle old Reddit redirects"> <tbody> <tr> <td> - <h1 data-localise="__MSG_disableRedditVersion__"> - Reddit Version Redirects + <h1 data-localise="__MSG_disableOldReddit__"> + Old Reddit Redirects </h1> </td> <td> <input aria-hidden="true" - id="disable-reddit-version" + id="disable-old-reddit" type="checkbox" checked /> - <label for="disable-reddit-version" class="checkbox-label"> </label> + <label for="disable-old-reddit" class="checkbox-label"> </label> </td> </tr> </tbody> |