diff options
author | agentcobra <agentcobra@free.fr> | 2019-08-01 12:33:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-01 12:33:25 +0200 |
commit | 419eef1f5695e6459a3bbb722c63412427e6cf1c (patch) | |
tree | fc99708a732c61a2a4b8dfbd7befa1a2eba1e0f9 /tpl/default | |
parent | fa7625219da1c7f3e95838279695768585794191 (diff) | |
download | Shaarli-419eef1f5695e6459a3bbb722c63412427e6cf1c.tar.gz Shaarli-419eef1f5695e6459a3bbb722c63412427e6cf1c.tar.zst Shaarli-419eef1f5695e6459a3bbb722c63412427e6cf1c.zip |
little fix template
fix link between label and checkbox (updateCheck)
Diffstat (limited to 'tpl/default')
-rw-r--r-- | tpl/default/configure.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/default/configure.html b/tpl/default/configure.html index 83033624..c1a6a6bc 100644 --- a/tpl/default/configure.html +++ b/tpl/default/configure.html | |||
@@ -199,7 +199,7 @@ | |||
199 | <div class="pure-g"> | 199 | <div class="pure-g"> |
200 | <div class="pure-u-lg-{$ratioLabel} pure-u-{$ratioLabelMobile}"> | 200 | <div class="pure-u-lg-{$ratioLabel} pure-u-{$ratioLabelMobile}"> |
201 | <div class="form-label"> | 201 | <div class="form-label"> |
202 | <label for="hidePublicLinks"> | 202 | <label for="updateCheck"> |
203 | <span class="label-name">{'Check updates'|t}</span><br> | 203 | <span class="label-name">{'Check updates'|t}</span><br> |
204 | <span class="label-desc">{'Notify me when a new release is ready'|t}</span> | 204 | <span class="label-desc">{'Notify me when a new release is ready'|t}</span> |
205 | </label> | 205 | </label> |