]> source.dussan.org Git - nextcloud-server.git/commitdiff
Use Nextcloud in share tooltip 1702/head
authorRoeland Jago Douma <roeland@famdouma.nl>
Tue, 11 Oct 2016 12:53:27 +0000 (14:53 +0200)
committerRoeland Jago Douma <roeland@famdouma.nl>
Tue, 11 Oct 2016 12:53:40 +0000 (14:53 +0200)
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
core/js/sharedialogview.js

index 2c60f216ef948c5fc01dd684d2af5bdcec6b82a4..dce4a60bc9a65d0e5b6dcf89d017178359741fca 100644 (file)
                                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')
                                });
                        }