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>
This commit is contained in:
parent
6a06df824e
commit
ceab119c29
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue