FIX: use new key for delete topic to make it lowercased as all other buttons label around it (#6778)
This commit is contained in:
parent
7e1f20b07f
commit
ed1a309fe4
|
@ -267,7 +267,7 @@ registerButton("delete", attrs => {
|
|||
return {
|
||||
id: "delete_topic",
|
||||
action: "deletePost",
|
||||
title: "topic.actions.delete",
|
||||
title: "post.controls.delete_topic",
|
||||
icon: "trash-o",
|
||||
className: "delete"
|
||||
};
|
||||
|
|
|
@ -2166,6 +2166,7 @@ en:
|
|||
unlock_post_description: "allow the poster to edit this post"
|
||||
delete_topic_disallowed_modal: "You don't have permission to delete this topic. If you really want it to be deleted, submit a flag for moderator attention together with reasoning."
|
||||
delete_topic_disallowed: "you don't have permission to delete this topic"
|
||||
delete_topic: "delete topic"
|
||||
|
||||
actions:
|
||||
flag: 'Flag'
|
||||
|
|
Loading…
Reference in New Issue