diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-04-25 17:45:02 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-04-25 17:45:35 +0200 |
commit | bbb58625fee3127208c968c0f81cd5f9f86d97eb (patch) | |
tree | a9db0b782fb97fd5bb25bc8cb91e1183766481fa /apps/federation/templates | |
parent | 4e537b5d6bf95a49a4aa7b3ccd66a6ad92185cea (diff) | |
download | nextcloud-server-bbb58625fee3127208c968c0f81cd5f9f86d97eb.tar.gz nextcloud-server-bbb58625fee3127208c968c0f81cd5f9f86d97eb.zip |
Wording fixes
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'apps/federation/templates')
-rw-r--r-- | apps/federation/templates/settings-admin.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/federation/templates/settings-admin.php b/apps/federation/templates/settings-admin.php index 572fefc08bb..f0c2db81961 100644 --- a/apps/federation/templates/settings-admin.php +++ b/apps/federation/templates/settings-admin.php @@ -7,7 +7,7 @@ script('federation', 'settings-admin'); style('federation', 'settings-admin') ?> <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> @@ -42,4 +42,3 @@ style('federation', 'settings-admin') </p> </div> - |