diff options
Diffstat (limited to 'core/js/sharedialogview.js')
-rw-r--r-- | core/js/sharedialogview.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/sharedialogview.js b/core/js/sharedialogview.js index 2c60f216ef9..dce4a60bc9a 100644 --- a/core/js/sharedialogview.js +++ b/core/js/sharedialogview.js @@ -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') }); } |