mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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 {
|
return {
|
||||||
id: "delete_topic",
|
id: "delete_topic",
|
||||||
action: "deletePost",
|
action: "deletePost",
|
||||||
title: "topic.actions.delete",
|
title: "post.controls.delete_topic",
|
||||||
icon: "trash-o",
|
icon: "trash-o",
|
||||||
className: "delete"
|
className: "delete"
|
||||||
};
|
};
|
||||||
|
@ -2166,6 +2166,7 @@ en:
|
|||||||
unlock_post_description: "allow the poster to edit this post"
|
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_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_disallowed: "you don't have permission to delete this topic"
|
||||||
|
delete_topic: "delete topic"
|
||||||
|
|
||||||
actions:
|
actions:
|
||||||
flag: 'Flag'
|
flag: 'Flag'
|
||||||
|
Loading…
Reference in New Issue
Block a user