diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2017-07-31 08:51:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-31 08:51:23 +0200 |
commit | baee0b4bcce604428518638b208eb960d36d5650 (patch) | |
tree | ae589a24dd481281026372903f06c7ea81991374 /apps/federatedfilesharing | |
parent | 13469ec49ca8f2a1ba7808d03d62bbfc50adfc34 (diff) | |
parent | fae327799bf8852d4715eabd7894fc90964e67b5 (diff) | |
download | nextcloud-server-baee0b4bcce604428518638b208eb960d36d5650.tar.gz nextcloud-server-baee0b4bcce604428518638b208eb960d36d5650.zip |
Merge pull request #5913 from nextcloud/fix-anchor-name
Fix anchor name for federated sharing settings
Diffstat (limited to 'apps/federatedfilesharing')
-rw-r--r-- | apps/federatedfilesharing/templates/settings-personal.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/federatedfilesharing/templates/settings-personal.php b/apps/federatedfilesharing/templates/settings-personal.php index c6be2a45f16..26365d2b70c 100644 --- a/apps/federatedfilesharing/templates/settings-personal.php +++ b/apps/federatedfilesharing/templates/settings-personal.php @@ -7,7 +7,7 @@ style('federatedfilesharing', 'settings-personal'); <?php if ($_['outgoingServer2serverShareEnabled']): ?> <div id="fileSharingSettings" class="section"> - <h2><?php p($l->t('Federated Cloud')); ?></h2> + <h2 data-anchor-name="federated-cloud"><?php p($l->t('Federated Cloud')); ?></h2> <p class="settings-hint"><?php p($l->t('You can share with anyone who uses Nextcloud, ownCloud or Pydio! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com')); ?></p> <p> |