Merge pull request #2132 from nextcloud/federated-cloud-id
specify Federated Cloud ID syntax
This commit is contained in:
commit
d7665292a2
1 changed files with 1 additions and 1 deletions
|
@ -400,7 +400,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')
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue