shorten string to 'notify by email', cut 'user'

This commit is contained in:
Jan-Christoph Borchardt 2013-10-20 23:04:24 +03:00
parent fc7269e728
commit 84d4d797d1
1 changed files with 1 additions and 1 deletions

View File

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