aboutsummaryrefslogtreecommitdiffstats
path: root/src/pages/options/translate.html
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2022-02-01 21:37:43 +0300
committerManeraKai <manerakai@protonmail.com>2022-02-01 21:37:43 +0300
commit41c1c6effac3f6a777fce47df025e513bda6157a (patch)
tree38da025cc97986b852b734c3b051fa33ce8cf149 /src/pages/options/translate.html
parentFixed theme issue (diff)
downloadlibredirect-41c1c6effac3f6a777fce47df025e513bda6157a.zip
Changing data handling
Diffstat (limited to 'src/pages/options/translate.html')
-rw-r--r--src/pages/options/translate.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pages/options/translate.html b/src/pages/options/translate.html
index e33b57a9..7e727c33 100644
--- a/src/pages/options/translate.html
+++ b/src/pages/options/translate.html
@@ -24,15 +24,15 @@
</section>
<section class="option-block">
<div class="some-block option-block">
- <h1>Translate (SimplyTranslate)</h1>
+ <h1>Enable</h1>
<input id="disable-simplyTranslate" type="checkbox" checked />
</div>
- <div class="some-block option-block">
+ <!-- <div class="some-block option-block">
<h4>Instance</h4>
<div class="autocomplete">
<input id="simplyTranslate-instance" type="url" placeholder="https://translate.metalune.xyz" />
</div>
- </div>
+ </div> -->
</section>