summaryrefslogtreecommitdiffstats
path: root/dist/pages/settings.html
diff options
context:
space:
mode:
Diffstat (limited to 'dist/pages/settings.html')
-rwxr-xr-xdist/pages/settings.html9
1 files changed, 4 insertions, 5 deletions
diff --git a/dist/pages/settings.html b/dist/pages/settings.html
index 612be7d..a41dc4a 100755
--- a/dist/pages/settings.html
+++ b/dist/pages/settings.html
@@ -95,8 +95,8 @@
<div class="input-field col s12">
<i class="material-icons prefix">palette</i>
<select class="theme-select input-select" id="select-theme">
- <option value="light" id="option-light" data-theme="light" selected><x-su>themeLight</x-su></option>
- <option value="dark" id="option-dark" data-theme="dark"><x-su>themeDark</x-su></option>
+ <option value="light" id="option-light" data-theme="light" selected>Light / svetla</option>
+ <option value="dark" id="option-dark" data-theme="dark">Dark / temna</option>
</select>
<label><x-su>selectTheme</x-su></label>
</div>
@@ -110,13 +110,12 @@
<div class="input-field col s12">
<i class="material-icons prefix">report_problem</i>
<select class="errorreporting-select input-select" id="select-errorreporting">
- <option value="on" id="option-on" data-errorreporting="on" selected><x-su>on</x-su></option>
- <option value="off" id="option-off" data-errorreporting="off"><x-su>off</x-su></option>
+ <option value="on" id="option-on" data-errorreporting="on" selected>On / Vklopljeno</option>
+ <option value="off" id="option-off" data-errorreporting="off">Off / Izklopljeno</option>
</select>
<label><x-su>selectErrorReporting</x-su></label>
</div>
</div>
-
</div>
</body>