diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-11-01 19:59:38 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-11-01 19:59:38 +0300 |
commit | 7bceec8cd4d21441e1da84f155fb5edf7ccd7008 (patch) | |
tree | 8d1a54d686b02a5680e3c21364bae34389e3a6b1 /src/pages | |
parent | Improved design of sidebar and customize popup https://github.com/libredirect... (diff) | |
download | libredirect-7bceec8cd4d21441e1da84f155fb5edf7ccd7008.zip |
Clarified Exceptions https://github.com/libredirect/libredirect/issues/345
Diffstat (limited to 'src/pages')
-rw-r--r-- | src/pages/options/widgets/general.ejs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/pages/options/widgets/general.ejs b/src/pages/options/widgets/general.ejs index ca96f1c8..b3ff930e 100644 --- a/src/pages/options/widgets/general.ejs +++ b/src/pages/options/widgets/general.ejs @@ -36,8 +36,9 @@ <input id="latency-input" type="range" min="50" max="5000" value="1000" name="latencyInput" step="50" /> </div> </form> + <hr> <div class="some-block option-block"> - <h4 data-localise="__MSG_exceptions__"></h4> + <h4 data-localise="__MSG_exclude_from_redirecting_">Excluded from redirecting</h4> </div> <form id="custom-exceptions-instance-form"> <div class="some-block option-block"> @@ -55,6 +56,7 @@ </button> </div> </form> + <hr> <div class="checklist" id="exceptions-custom-checklist"></div> <div class="buttons buttons-inline"> <a class="button button-inline" id="update-instances"> |