Merge pull request #139 from jancborchardt/patch-1

use Federated Cloud ID wording
pull/1/head
Andras Timar 8 years ago committed by GitHub
commit dc43f5bc57

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