Fix untranslated text when deleting user

This should fix issue #6728
remotes/origin/ldap_group_count
Volkan Gezer 11 years ago
parent e2d739fa21
commit 97b0840bbe
  1. 2
      settings/js/users.js

@ -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…
Cancel
Save