Merge pull request #21582 from nextcloud/bugfix/noid/extend-description-on-trusted-servers

Extend descriptioon on trusted servers
This commit is contained in:
Roeland Jago Douma 2020-06-25 10:03:32 +02:00 committed by GitHub
commit ed4afa55c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ style('federation', 'settings-admin')
?> ?>
<div id="ocFederationSettings" class="section"> <div id="ocFederationSettings" class="section">
<h2><?php p($l->t('Trusted servers')); ?></h2> <h2><?php p($l->t('Trusted servers')); ?></h2>
<p class="settings-hint"><?php p($l->t('Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing.')); ?></p> <p class="settings-hint"><?php p($l->t('Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing. It is not necessary to add a server as trusted server in order to create a federated share.')); ?></p>
<p> <p>
<input id="autoAddServers" type="checkbox" class="checkbox" <?php if ($_['autoAddServers']) { <input id="autoAddServers" type="checkbox" class="checkbox" <?php if ($_['autoAddServers']) {