mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 06:08:46 -04:00
Merge pull request #5364 from nextcloud/fix-strings
fix config switch description
This commit is contained in:
commit
40802f3acd
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue