mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
correct remote share hint
This commit is contained in:
parent
aab5f6b6df
commit
0d3bea37c3
1 changed files with 1 additions and 1 deletions
|
|
@ -393,7 +393,7 @@ OC.Share={
|
|||
|
||||
var sharePlaceholder = t('core', 'Share with users or groups …');
|
||||
if(oc_appconfig.core.remoteShareAllowed) {
|
||||
sharePlaceholder = t('core', 'Share with users, groups or remote (user@domain) …');
|
||||
sharePlaceholder = t('core', 'Share with users, groups or remote users …');
|
||||
}
|
||||
|
||||
html += '<label for="shareWith" class="hidden-visually">'+t('core', 'Share')+'</label>';
|
||||
|
|
|
|||
Loading…
Reference in a new issue