Merge pull request #2078 from nextcloud/jospoortvliet-patch-1

[Stable 10] Fix Nextcloud vs oldCloud wording
This commit is contained in:
Joas Schilling 2016-11-11 08:38:29 +01:00 committed by GitHub
commit 84222b58ee
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')
});
}