summaryrefslogtreecommitdiffstats
path: root/dist/pages
diff options
context:
space:
mode:
authorsijanec <sijanecantonluka@gmail.com>2020-05-20 19:33:31 +0200
committersijanec <sijanecantonluka@gmail.com>2020-05-20 19:33:31 +0200
commit6def94865615d5bccba3bae278ea54932643db9a (patch)
tree17533c3da0bf8e5cf784746addeba610e7be4fb4 /dist/pages
parentDO_NOT_MERGE; still testing error reporting optout (diff)
downloadbeziapp-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')
-rwxr-xr-xdist/pages/about.html2
-rwxr-xr-xdist/pages/settings.html9
2 files changed, 5 insertions, 6 deletions
diff --git a/dist/pages/about.html b/dist/pages/about.html
index 0f80536..3d86337 100755
--- a/dist/pages/about.html
+++ b/dist/pages/about.html
@@ -142,7 +142,7 @@
<div class="row">
<p>
<small>
- ^HEAD bf35c28cb1089df86bdd57134f475f3abe9fb539
+ ^HEAD 448708182490d551721767bffc34ef35375f5082
</small>
</p>
</div>
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>