Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2016-11-15 14:20:59 +0300
committerGitHub <noreply@github.com>2016-11-15 14:20:59 +0300
commit907e86d27812de809de62fe284714ffcedf727cd (patch)
tree74b8d634fc56cb32a49392e99c31605a82d26ea3 /js
parent331d5a794d8299e00cb7c1655e4a1c838debc41f (diff)
use Federated Cloud ID wording
Diffstat (limited to 'js')
-rw-r--r--js/share.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/share.js b/js/share.js
index 66b5ceac..04f9f2b2 100644
--- a/js/share.js
+++ b/js/share.js
@@ -341,7 +341,7 @@
html += '<input id="shareWith" type="text" placeholder="' + sharePlaceholder + '" />';
if(oc_appconfig.core.remoteShareAllowed) {
var federatedCloudSharingDoc = '<a target="_blank" class="icon-info svg shareWithRemoteInfo" href="{docLink}" '
- + 'title="' + t('core', 'Share with people on other ownClouds using the syntax username@example.com/owncloud') + '"></a>';
+ + 'title="' + t('core', 'Share with people on other servers using their Federated Cloud ID username@example.com/owncloud') + '"></a>';
html += federatedCloudSharingDoc.replace('{docLink}', oc_appconfig.core.federatedCloudShareDoc);
}
html += '<span class="shareWithLoading icon-loading-small hidden"></span>';