diff options
author | Frank Karlitschek <karlitschek@gmx.de> | 2017-04-25 04:55:38 -0400 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-04-25 17:45:35 +0200 |
commit | f62b75b2b828f1561c6486e49ef8f688fb2abf3e (patch) | |
tree | 58a0e1b2644293a797bd3a6e56a76266799ed694 /apps/federation | |
parent | c300d9b225daad19efb158bb887bb77c06ebdcb4 (diff) | |
download | nextcloud-server-f62b75b2b828f1561c6486e49ef8f688fb2abf3e.tar.gz nextcloud-server-f62b75b2b828f1561c6486e49ef8f688fb2abf3e.zip |
change the headline as suggested
Diffstat (limited to 'apps/federation')
-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 effc7dc640a..572fefc08bb 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('Federation')); ?></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> @@ -15,7 +15,6 @@ style('federation', 'settings-admin') <label for="autoAddServers"><?php p($l->t('Add server automatically once a federated share was created successfully')); ?></label> </p> - <h3><?php if(count($_['trustedServers'])>0) p($l->t('Trusted servers')); ?></h3> <ul id="listOfTrustedServers"> <?php foreach($_['trustedServers'] as $trustedServer) { ?> <li id="<?php p($trustedServer['id']); ?>"> |