aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2015-04-10 20:52:12 +0200
committernodiscc <nodiscc@gmail.com>2015-04-10 20:52:12 +0200
commitcaee7ff9ccc302f85bd08714636e0be08fbd7cc4 (patch)
tree7ee76f719adaa5803c19f96124a3e015b90cfaeb /tpl
parent0c45b01cc2af1d0c8771f4c20de3e8f732c93080 (diff)
downloadShaarli-caee7ff9ccc302f85bd08714636e0be08fbd7cc4.tar.gz
Shaarli-caee7ff9ccc302f85bd08714636e0be08fbd7cc4.tar.zst
Shaarli-caee7ff9ccc302f85bd08714636e0be08fbd7cc4.zip
change wording and variable names for "Hide public links" feature
Diffstat (limited to 'tpl')
-rw-r--r--tpl/configure.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tpl/configure.html b/tpl/configure.html
index 01f846cc..e4bd0760 100644
--- a/tpl/configure.html
+++ b/tpl/configure.html
@@ -28,9 +28,9 @@
28 </td> 28 </td>
29 </tr> 29 </tr>
30 <tr> 30 <tr>
31 <td valign="top"><b>Disable public links</b></td> 31 <td valign="top"><b>Hide public links</b></td>
32 <td> 32 <td>
33 <input type="checkbox" name="disablePublicLinks" id="disablePublicLinks" {if="!empty($GLOBALS['config']['DISABLE_PUBLIC_LINKS'])"}checked{/if}/><label for="disablePublicLinks">&nbsp; 33 <input type="checkbox" name="hidePublicLinks" id="hidePublicLinks" {if="!empty($GLOBALS['config']['HIDE_PUBLIC_LINKS'])"}checked{/if}/><label for="hidePublicLinks">&nbsp;
34 Do not show any links if the user is not logged in.</label> 34 Do not show any links if the user is not logged in.</label>
35 </td> 35 </td>
36 </tr> 36 </tr>