use Federated Cloud ID wording

pull/1/head
Jan-Christoph Borchardt 8 years ago committed by GitHub
parent 331d5a794d
commit 907e86d278

@ -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>';

Loading…
Cancel
Save