specify Federated Cloud ID syntax

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2016-11-15 12:07:54 +01:00
parent 46a6cbadfc
commit fadc25134d
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')
});
}