summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2016-10-11 14:53:27 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2016-10-11 14:53:40 +0200
commit09eac6b96bca0cb5b12b06dce96f61d2d71a3e6f (patch)
tree47e1f296727aa8305fff6e02e0421052044e5931 /core
parentcc4b51490e5ad1c950c543eed6e6cd5285a1af5d (diff)
downloadnextcloud-server-09eac6b96bca0cb5b12b06dce96f61d2d71a3e6f.tar.gz
nextcloud-server-09eac6b96bca0cb5b12b06dce96f61d2d71a3e6f.zip
Use Nextcloud in share tooltip
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'core')
-rw-r--r--core/js/sharedialogview.js2
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')
});
}