Merge pull request #6786 from wakeup/master

Fix untranslated text when deleting user
This commit is contained in:
Björn Schießle 2014-01-16 03:22:55 -08:00
commit 45709937af
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>');
},
/**