diff options
author | Joas Schilling <coding@schilljs.com> | 2020-06-25 09:07:14 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2020-06-25 09:07:14 +0200 |
commit | 03aa8e4eeb277a8d290fbba039e53b293e47f9cb (patch) | |
tree | 02c36c8f4ee87dd2473e88ccd6229251cc630a5f /apps | |
parent | a29c866292178528b92fdca1171e61e3912d766a (diff) | |
download | nextcloud-server-03aa8e4eeb277a8d290fbba039e53b293e47f9cb.tar.gz nextcloud-server-03aa8e4eeb277a8d290fbba039e53b293e47f9cb.zip |
Extend descriptioon on trusted servers
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/federation/templates/settings-admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/federation/templates/settings-admin.php b/apps/federation/templates/settings-admin.php index 2bc3684ccd9..407a1fa9442 100644 --- a/apps/federation/templates/settings-admin.php +++ b/apps/federation/templates/settings-admin.php @@ -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']) { |