]> source.dussan.org Git - nextcloud-server.git/commitdiff
Update sharedialogview.js 2078/head
authorJos Poortvliet <jos@opensuse.org>
Thu, 10 Nov 2016 14:38:37 +0000 (15:38 +0100)
committerJoas Schilling <coding@schilljs.com>
Thu, 10 Nov 2016 16:22:01 +0000 (17:22 +0100)
Fix Nextcloud vs oldCloud wording

core/js/sharedialogview.js

index 5637ffc3a0a8d26100b047e89f8b22e31859330f..60579c5307292088dff0b555fd40b5d5b73b9a6b 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 servers using the syntax username@example.com/nextcloud')
                                });
                        }