use Federated Cloud ID wording
This commit is contained in:
parent
331d5a794d
commit
907e86d278
@ -341,7 +341,7 @@
|
|||||||
html += '<input id="shareWith" type="text" placeholder="' + sharePlaceholder + '" />';
|
html += '<input id="shareWith" type="text" placeholder="' + sharePlaceholder + '" />';
|
||||||
if(oc_appconfig.core.remoteShareAllowed) {
|
if(oc_appconfig.core.remoteShareAllowed) {
|
||||||
var federatedCloudSharingDoc = '<a target="_blank" class="icon-info svg shareWithRemoteInfo" href="{docLink}" '
|
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 += federatedCloudSharingDoc.replace('{docLink}', oc_appconfig.core.federatedCloudShareDoc);
|
||||||
}
|
}
|
||||||
html += '<span class="shareWithLoading icon-loading-small hidden"></span>';
|
html += '<span class="shareWithLoading icon-loading-small hidden"></span>';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user