diff options
author | ArthurHoaro <arthur@hoa.ro> | 2017-05-06 19:37:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-06 19:37:38 +0200 |
commit | eb6e729808e1c3d9787ad1183aa61ab2e375a537 (patch) | |
tree | 261f59820d31ea275f954dbc14988e22ce791ca7 /tpl/default/configure.html | |
parent | f9ff7f1b69f19b42569ffa67280807ba56f5d48a (diff) | |
parent | 6177f3206ebde794c2cf8b290c4f14a995611fd8 (diff) | |
download | Shaarli-eb6e729808e1c3d9787ad1183aa61ab2e375a537.tar.gz Shaarli-eb6e729808e1c3d9787ad1183aa61ab2e375a537.tar.zst Shaarli-eb6e729808e1c3d9787ad1183aa61ab2e375a537.zip |
Merge pull request #855 from ArthurHoaro/theme/vintage-home-link
Rename title link label to home link and apply it in vintage theme
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> |