Update sharedialogview.js

Fix Nextcloud vs oldCloud wording
This commit is contained in:
Jos Poortvliet 2016-11-10 15:38:37 +01:00 committed by Joas Schilling
parent da7d4e4ae8
commit 40eae55bce
No known key found for this signature in database
GPG Key ID: E166FD8976B3BAC8
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 ownClouds using the syntax username@example.com/owncloud')
tooltip: t('core', 'Share with people on other servers using the syntax username@example.com/nextcloud')
});
}