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/options/options.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/options/options.html')
-rw-r--r-- | pages/options/options.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/pages/options/options.html b/pages/options/options.html index 96641515..bf9d5cdb 100644 --- a/pages/options/options.html +++ b/pages/options/options.html @@ -121,22 +121,22 @@ </table> </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> @@ -184,10 +184,10 @@ </div> </section> <section class="settings-block"> - <h1 data-localise="__MSG_redditVersion__">Reddit Version</h1> + <h1 data-localise="__MSG_oldRedditView__">Old Reddit View (Desktop or Mobile)</h1> <div class="autocomplete"> <input - id="reddit-version" + id="old-reddit-view" type="url" placeholder="https://old.reddit.com" /> |