about summary refs log tree commit diff stats
path: root/src/pages/options/index.html
diff options
context:
space:
mode:
authorHygna <hygna@proton.me>2022-09-28 20:18:32 +0100
committerHygna <hygna@proton.me>2022-09-28 20:18:32 +0100
commit800d0cbd9fd4286f0affcb5a28f01f03532655fb (patch)
tree4cc267629d8b7ff4656e83f71d17c2e102b09240 /src/pages/options/index.html
parentStarted converting storage format (diff)
downloadlibredirect-800d0cbd9fd4286f0affcb5a28f01f03532655fb.zip
Unify cookies
Diffstat (limited to 'src/pages/options/index.html')
-rw-r--r--src/pages/options/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/options/index.html b/src/pages/options/index.html
index 20592637..6ef33723 100644
--- a/src/pages/options/index.html
+++ b/src/pages/options/index.html
@@ -99,7 +99,7 @@
   <div class="some-block option-block">
     <h4 data-localise="__MSG_theme__">Theme</h4>
     <select id="theme">
-      <option value="DEFAULT" data-localise="__MSG_system__">System</option>
+      <option value="detect" data-localise="__MSG_detect__">Detect</option>
       <option value="light" data-localise="__MSG_light__">Light</option>
       <option value="dark" data-localise="__MSG_dark__">Dark</option>
     </select>