Browse Source

specify Federated Cloud ID syntax

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
pull/2132/head
Jan-Christoph Borchardt 9 years ago
parent
commit
34e3acd897
  1. 2
      core/js/sharedialogview.js

2
core/js/sharedialogview.js

@ -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…
Cancel
Save