mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
just say Delete
This commit is contained in:
parent
ebcf21585c
commit
22fa46b1f2
2 changed files with 2 additions and 1 deletions
|
@ -129,7 +129,7 @@
|
|||
{{#if canDeleteUser}}
|
||||
<button class="btn btn-danger" {{action "adminDelete"}}>
|
||||
<i class="fa fa-exclamation-triangle"></i>
|
||||
{{i18n admin.user.delete}}
|
||||
{{i18n user.admin_delete}}
|
||||
</button>
|
||||
{{/if}}
|
||||
</dl>
|
||||
|
|
|
@ -323,6 +323,7 @@ en:
|
|||
deleted_yourself: "Your account has been deleted successfully."
|
||||
delete_yourself_not_allowed: "You cannot delete your account right now. Contact an admin to do delete your account for you."
|
||||
unread_message_count: "Messages"
|
||||
admin_delete: "Delete"
|
||||
|
||||
staff_counters:
|
||||
flags_given: "helpful flags"
|
||||
|
|
Loading…
Reference in a new issue