Merge pull request #5364 from nextcloud/fix-strings

fix config switch description
This commit is contained in:
Morris Jobke 2017-06-13 10:21:42 -05:00 committed by GitHub
commit 40802f3acd

View file

@ -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>