Rename key for defer flag -> ignore flag

This commit is contained in:
Robin Ward 2018-01-16 14:33:39 -05:00
parent f274a5234f
commit d74f609921
2 changed files with 4 additions and 4 deletions

View File

@ -137,10 +137,10 @@
{{d-button
class="defer-flag"
title="admin.flags.defer_flag_title"
title="admin.flags.ignore_flag_title"
action="defer"
icon="external-link"
label="admin.flags.defer_flag"}}
label="admin.flags.ignore_flag"}}
{{admin-delete-flag-dropdown post=flaggedPost removeAfter=(action "removeAfter")}}

View File

@ -2672,8 +2672,8 @@ en:
agree_flag_restore_post_title: "Restore the post so that all users can see it."
agree_flag: "Agree and Keep Post"
agree_flag_title: "Agree with flag and keep the post unchanged."
defer_flag: "Ignore"
defer_flag_title: "Remove this flag; it requires no action at this time."
ignore_flag: "Ignore"
ignore_flag_title: "Remove this flag; it requires no action at this time."
delete: "Delete"
delete_title: "Delete the post this flag refers to."
delete_post_defer_flag: "Delete Post and Ignore flag"