]> source.dussan.org Git - nextcloud-server.git/commitdiff
Extend descriptioon on trusted servers 21582/head
authorJoas Schilling <coding@schilljs.com>
Thu, 25 Jun 2020 07:07:14 +0000 (09:07 +0200)
committerJoas Schilling <coding@schilljs.com>
Thu, 25 Jun 2020 07:07:14 +0000 (09:07 +0200)
Signed-off-by: Joas Schilling <coding@schilljs.com>
apps/federation/templates/settings-admin.php

index 2bc3684ccd9912956c8b3027c9adca7fd6329b95..407a1fa94422338e245f91c10fbb61a8b05e8025 100644 (file)
@@ -8,7 +8,7 @@ style('federation', 'settings-admin')
 ?>
 <div id="ocFederationSettings" class="section">
        <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>
                <input id="autoAddServers" type="checkbox" class="checkbox" <?php if ($_['autoAddServers']) {