mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Rename key for defer flag -> ignore flag
This commit is contained in:
parent
f274a5234f
commit
d74f609921
@ -137,10 +137,10 @@
|
|||||||
|
|
||||||
{{d-button
|
{{d-button
|
||||||
class="defer-flag"
|
class="defer-flag"
|
||||||
title="admin.flags.defer_flag_title"
|
title="admin.flags.ignore_flag_title"
|
||||||
action="defer"
|
action="defer"
|
||||||
icon="external-link"
|
icon="external-link"
|
||||||
label="admin.flags.defer_flag"}}
|
label="admin.flags.ignore_flag"}}
|
||||||
|
|
||||||
{{admin-delete-flag-dropdown post=flaggedPost removeAfter=(action "removeAfter")}}
|
{{admin-delete-flag-dropdown post=flaggedPost removeAfter=(action "removeAfter")}}
|
||||||
|
|
||||||
|
@ -2672,8 +2672,8 @@ en:
|
|||||||
agree_flag_restore_post_title: "Restore the post so that all users can see it."
|
agree_flag_restore_post_title: "Restore the post so that all users can see it."
|
||||||
agree_flag: "Agree and Keep Post"
|
agree_flag: "Agree and Keep Post"
|
||||||
agree_flag_title: "Agree with flag and keep the post unchanged."
|
agree_flag_title: "Agree with flag and keep the post unchanged."
|
||||||
defer_flag: "Ignore"
|
ignore_flag: "Ignore"
|
||||||
defer_flag_title: "Remove this flag; it requires no action at this time."
|
ignore_flag_title: "Remove this flag; it requires no action at this time."
|
||||||
delete: "Delete"
|
delete: "Delete"
|
||||||
delete_title: "Delete the post this flag refers to."
|
delete_title: "Delete the post this flag refers to."
|
||||||
delete_post_defer_flag: "Delete Post and Ignore flag"
|
delete_post_defer_flag: "Delete Post and Ignore flag"
|
||||||
|
Loading…
Reference in New Issue
Block a user