Merge pull request #6786 from wakeup/master
Fix untranslated text when deleting user
This commit is contained in:
commit
45709937af
|
@ -44,7 +44,7 @@ var UserList = {
|
|||
|
||||
// Provide user with option to undo
|
||||
$('#notification').data('deleteuser', true);
|
||||
OC.Notification.showHtml(t('users', 'deleted') + ' ' + escapeHTML(uid) + '<span class="undo">' + t('users', 'undo') + '</span>');
|
||||
OC.Notification.showHtml(t('settings', 'deleted') + ' ' + escapeHTML(uid) + '<span class="undo">' + t('settings', 'undo') + '</span>');
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue