Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Karlitschek <karlitschek@gmx.de>2017-04-25 11:55:38 +0300
committerJan-Christoph Borchardt <hey@jancborchardt.net>2017-04-25 18:45:35 +0300
commitf62b75b2b828f1561c6486e49ef8f688fb2abf3e (patch)
tree58a0e1b2644293a797bd3a6e56a76266799ed694 /apps/federation/templates
parentc300d9b225daad19efb158bb887bb77c06ebdcb4 (diff)
change the headline as suggested
Diffstat (limited to 'apps/federation/templates')
-rw-r--r--apps/federation/templates/settings-admin.php3
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']); ?>">