specify Federated Cloud ID syntax
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
571c5aac5e
commit
34e3acd897
|
@ -400,7 +400,7 @@
|
||||||
var infoTemplate = this._getRemoteShareInfoTemplate();
|
var infoTemplate = this._getRemoteShareInfoTemplate();
|
||||||
remoteShareInfo = infoTemplate({
|
remoteShareInfo = infoTemplate({
|
||||||
docLink: this.configModel.getFederatedShareDocLink(),
|
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 New Issue