Fix untranslated text when deleting user

This should fix issue #6728
This commit is contained in:
Volkan Gezer 2014-01-15 18:36:33 +01:00
parent e2d739fa21
commit 97b0840bbe
1 changed files with 1 additions and 1 deletions

View File

@ -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>');
},
/**