aboutsummaryrefslogtreecommitdiffstats
path: root/apps/federatedfilesharing/templates
diff options
context:
space:
mode:
authorBjoern Schiessle <bjoern@schiessle.org>2017-06-13 10:35:06 +0200
committerBjoern Schiessle <bjoern@schiessle.org>2017-06-13 10:35:06 +0200
commitceab119c293ffcb00e1ff8a7cb4e3229d8ea2717 (patch)
tree6297e9854a909d3f833c44be89ecf482a4acd939 /apps/federatedfilesharing/templates
parent6a06df824e8527546e5374074efa2c51b1326a29 (diff)
downloadnextcloud-server-ceab119c293ffcb00e1ff8a7cb4e3229d8ea2717.tar.gz
nextcloud-server-ceab119c293ffcb00e1ff8a7cb4e3229d8ea2717.zip
fix config switch description, this is only about searching for users, to enable/disable the possibility to publish users data we have a seperate config switch below
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Diffstat (limited to 'apps/federatedfilesharing/templates')
-rw-r--r--apps/federatedfilesharing/templates/settings-admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/federatedfilesharing/templates/settings-admin.php b/apps/federatedfilesharing/templates/settings-admin.php
index e106f1dc4e7..7fe1b5f62e6 100644
--- a/apps/federatedfilesharing/templates/settings-admin.php
+++ b/apps/federatedfilesharing/templates/settings-admin.php
@@ -32,7 +32,7 @@ script('federatedfilesharing', 'settings-admin');
<input type="checkbox" name="lookupServerEnabled" id="lookupServerEnabled" class="checkbox"
value="1" <?php if ($_['lookupServerEnabled']) print_unescaped('checked="checked"'); ?> />
<label for="lookupServerEnabled">
- <?php p($l->t('Search global and public address book for users and let local users publish their data'));?>
+ <?php p($l->t('Search global and public address book for users'));?>
</label><br/>
</p>
<p>