diff options
author | ArthurHoaro <arthur@hoa.ro> | 2017-05-03 19:13:29 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2017-05-03 19:16:40 +0200 |
commit | 6177f3206ebde794c2cf8b290c4f14a995611fd8 (patch) | |
tree | bddb4ac1472cf3997f380933c0a2c79597292872 /tpl/default/configure.html | |
parent | a271c5f34f99bab38a167d491b69e5942cd6da94 (diff) | |
download | Shaarli-6177f3206ebde794c2cf8b290c4f14a995611fd8.tar.gz Shaarli-6177f3206ebde794c2cf8b290c4f14a995611fd8.tar.zst Shaarli-6177f3206ebde794c2cf8b290c4f14a995611fd8.zip |
Rename title link label to home link and apply it in vintage theme
Related to #853
Diffstat (limited to 'tpl/default/configure.html')
-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 7469ab59..76a1b9fd 100644 --- a/tpl/default/configure.html +++ b/tpl/default/configure.html | |||
@@ -34,7 +34,7 @@ | |||
34 | <div class="pure-u-lg-{$ratioLabel} pure-u-1"> | 34 | <div class="pure-u-lg-{$ratioLabel} pure-u-1"> |
35 | <div class="form-label"> | 35 | <div class="form-label"> |
36 | <label for="titleLink"> | 36 | <label for="titleLink"> |
37 | <span class="label-name">{'Title link'|t}</span><br> | 37 | <span class="label-name">{'Home link'|t}</span><br> |
38 | <span class="label-desc">{'Default value'|t}: ?</span> | 38 | <span class="label-desc">{'Default value'|t}: ?</span> |
39 | </label> | 39 | </label> |
40 | </div> | 40 | </div> |