summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorMichael Gapczynski <mtgap@owncloud.com>2012-08-04 16:44:26 -0400
committerMichael Gapczynski <mtgap@owncloud.com>2012-08-04 16:44:26 -0400
commit002ad4ba16eb6cd0b2131f012b1a0a8b6b0b777f (patch)
treebb8013d457a03e3c6fed498f5b0d97dc870adf28 /settings
parent086397d8a18391823e223eeee23e6ef04350b354 (diff)
downloadnextcloud-server-002ad4ba16eb6cd0b2131f012b1a0a8b6b0b777f.tar.gz
nextcloud-server-002ad4ba16eb6cd0b2131f012b1a0a8b6b0b777f.zip
Tweak users delete notification
Diffstat (limited to 'settings')
-rw-r--r--settings/js/users.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/js/users.js b/settings/js/users.js
index 79c95b3729e..43b726fbfc8 100644
--- a/settings/js/users.js
+++ b/settings/js/users.js
@@ -27,7 +27,7 @@ UserList={
$('tr').filterAttr( 'data-uid', UserList.deleteUid ).hide();
// Provide user with option to undo
- $('#notification').text(t('files','undo delete user'));
+ $('#notification').html(t('users', 'deleted')+' '+uid+'<span class="undo">'+t('users', 'undo')+'</span>');
$('#notification').data('deleteuser',true);
$('#notification').fadeIn();