diff options
author | Marius Blüm <marius@lineone.io> | 2019-03-07 13:55:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-07 13:55:09 +0100 |
commit | 6c2b80170e5866292f59265307b68604de92629a (patch) | |
tree | 4f8d26607c81c6a2fa82b654cd9c63434f691e51 /apps/federatedfilesharing/templates | |
parent | 7ff1f8366ad2fdd52d7b0d2d7cf5c5ac39a9e79f (diff) | |
download | nextcloud-server-6c2b80170e5866292f59265307b68604de92629a.tar.gz nextcloud-server-6c2b80170e5866292f59265307b68604de92629a.zip |
Mention Open Cloud Mesh in Federated User Settings
Signed-off-by: Marius Blüm <marius@lineone.io>
Diffstat (limited to 'apps/federatedfilesharing/templates')
-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 89f7b1eb1e7..79b0e179881 100644 --- a/apps/federatedfilesharing/templates/settings-personal.php +++ b/apps/federatedfilesharing/templates/settings-personal.php @@ -8,7 +8,7 @@ style('federatedfilesharing', 'settings-personal'); <?php if ($_['outgoingServer2serverShareEnabled']): ?> <div id="fileSharingSettings" class="section"> <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 class="settings-hint"><?php p($l->t('You can share with anyone who uses a Nextcloud server or other Open Cloud Mesh (OCM) compatible servers and services! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com')); ?></p> <p> <?php p($l->t('Your Federated Cloud ID:')); ?> |