Use Nextcloud in share tooltip

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2016-10-11 14:53:27 +02:00
parent cc4b51490e
commit 09eac6b96b
No known key found for this signature in database
GPG Key ID: 1E152838F164D13B
1 changed files with 1 additions and 1 deletions

View File

@ -392,7 +392,7 @@
var infoTemplate = this._getRemoteShareInfoTemplate();
remoteShareInfo = infoTemplate({
docLink: this.configModel.getFederatedShareDocLink(),
tooltip: t('core', 'Share with people on other ownClouds using the syntax username@example.com/owncloud')
tooltip: t('core', 'Share with people on other Nextclouds using the syntax username@example.com/nextcloud')
});
}