]> source.dussan.org Git - nextcloud-server.git/commitdiff
specify Federated Cloud ID syntax 2132/head
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Tue, 15 Nov 2016 11:07:54 +0000 (12:07 +0100)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Tue, 15 Nov 2016 11:07:54 +0000 (12:07 +0100)
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
core/js/sharedialogview.js

index b277a1226c7eb98322cf3f221529ac1f01989459..0a29dec73ca26263e6e6be65cfb3ee3ca0ca2320 100644 (file)
                                var infoTemplate = this._getRemoteShareInfoTemplate();
                                remoteShareInfo = infoTemplate({
                                        docLink: this.configModel.getFederatedShareDocLink(),
-                                       tooltip: t('core', 'Share with people on other servers using the syntax username@example.com/nextcloud')
+                                       tooltip: t('core', 'Share with people on other servers using their Federated Cloud ID username@example.com/nextcloud')
                                });
                        }