Merge pull request #2155 from nextcloud/stable10-federated-cloud-id

[stable10] specify Federated Cloud ID syntax
This commit is contained in:
Roeland Jago Douma 2016-11-16 16:14:34 +01:00 committed by GitHub
commit d2ea6f6d5c
1 changed files with 1 additions and 1 deletions

View File

@ -390,7 +390,7 @@
var infoTemplate = this._getRemoteShareInfoTemplate();
remoteShareInfo = infoTemplate({
docLink: this.configModel.getFederatedShareDocLink(),
tooltip: t('core', 'Share with people on other servers using the syntax username@example.com/nextcloud')
tooltip: t('core', 'Share with people on other servers using their Federated Cloud ID username@example.com/nextcloud')
});
}