Merge pull request #2078 from nextcloud/jospoortvliet-patch-1
[Stable 10] Fix Nextcloud vs oldCloud wording
This commit is contained in:
commit
84222b58ee
|
@ -390,7 +390,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 ownClouds using the syntax username@example.com/owncloud')
|
tooltip: t('core', 'Share with people on other servers using the syntax username@example.com/nextcloud')
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue