about summary refs log tree commit diff stats
path: root/pages/popup/popup.html
diff options
context:
space:
mode:
authornitrohorse <1514352+nitrohorse@users.noreply.github.com>2020-09-05 22:21:41 -0700
committernitrohorse <1514352+nitrohorse@users.noreply.github.com>2020-09-05 22:21:41 -0700
commit2603e7a9ea7bd12b40d88e799ff377a8960cccaf (patch)
tree4c79701358756ca7c6c3dfc8794d497af4e91dc1 /pages/popup/popup.html
parentBump manifest version (diff)
downloadlibredirect-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.html10
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
               />&nbsp;
-              <label for="disable-reddit-version" class="checkbox-label"> </label>
+              <label for="disable-old-reddit" class="checkbox-label"> </label>
             </td>
           </tr>
         </tbody>