diff options
author | sijanec <sijanecantonluka@gmail.com> | 2020-05-20 19:33:31 +0200 |
---|---|---|
committer | sijanec <sijanecantonluka@gmail.com> | 2020-05-20 19:33:31 +0200 |
commit | 6def94865615d5bccba3bae278ea54932643db9a (patch) | |
tree | 17533c3da0bf8e5cf784746addeba610e7be4fb4 /dist/pages/settings.html | |
parent | DO_NOT_MERGE; still testing error reporting optout (diff) | |
download | beziapp-6def94865615d5bccba3bae278ea54932643db9a.tar beziapp-6def94865615d5bccba3bae278ea54932643db9a.tar.gz beziapp-6def94865615d5bccba3bae278ea54932643db9a.tar.bz2 beziapp-6def94865615d5bccba3bae278ea54932643db9a.tar.lz beziapp-6def94865615d5bccba3bae278ea54932643db9a.tar.xz beziapp-6def94865615d5bccba3bae278ea54932643db9a.tar.zst beziapp-6def94865615d5bccba3bae278ea54932643db9a.zip |
Diffstat (limited to 'dist/pages/settings.html')
-rwxr-xr-x | dist/pages/settings.html | 9 |
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> |