FIX: use new key for delete topic to make it lowercased as all other buttons label around it (#6778)

This commit is contained in:
Saurabh Patel 2018-12-17 08:25:19 +05:30 committed by Guo Xiang Tan
parent 7e1f20b07f
commit ed1a309fe4
2 changed files with 2 additions and 1 deletions

View File

@ -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"
};

View File

@ -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'