mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
shorten string to 'notify by email', cut 'user'
This commit is contained in:
parent
fc7269e728
commit
84d4d797d1
1 changed files with 1 additions and 1 deletions
|
|
@ -384,7 +384,7 @@ OC.Share={
|
|||
if (mailSend === '1') {
|
||||
checked = 'checked';
|
||||
}
|
||||
html += '<label><input type="checkbox" name="mailNotification" class="mailNotification" ' + checked + ' />'+t('core', 'notify user by email')+'</label>';
|
||||
html += '<label><input type="checkbox" name="mailNotification" class="mailNotification" ' + checked + ' />'+t('core', 'notify by email')+'</label>';
|
||||
}
|
||||
if (possiblePermissions & OC.PERMISSION_CREATE || possiblePermissions & OC.PERMISSION_UPDATE || possiblePermissions & OC.PERMISSION_DELETE) {
|
||||
html += '<label><input type="checkbox" name="edit" class="permissions" '+editChecked+' />'+t('core', 'can edit')+'</label>';
|
||||
|
|
|
|||
Loading…
Reference in a new issue