mirror of
https://github.com/discourse/discourse.git
synced 2025-02-09 21:04:48 +00:00
FIX: reword auto action type field for flags (#29361)
Simplified wording for `auto_action_type` flags.
This commit is contained in:
parent
459547e82d
commit
2ec5c2c514
@ -202,11 +202,7 @@ export default class AdminFlagsForm extends Component {
|
|||||||
}}
|
}}
|
||||||
as |field|
|
as |field|
|
||||||
>
|
>
|
||||||
<field.Checkbox>
|
<field.Checkbox />
|
||||||
{{i18n
|
|
||||||
"admin.config_areas.flags.form.auto_action_type_description"
|
|
||||||
}}
|
|
||||||
</field.Checkbox>
|
|
||||||
</checkboxGroup.Field>
|
</checkboxGroup.Field>
|
||||||
</form.CheckboxGroup>
|
</form.CheckboxGroup>
|
||||||
|
|
||||||
|
@ -5688,8 +5688,7 @@ en:
|
|||||||
non_deletable: "You cannot delete this flag because it is a system flag or has already been used in the review system, however you can still disable it."
|
non_deletable: "You cannot delete this flag because it is a system flag or has already been used in the review system, however you can still disable it."
|
||||||
require_message: "Prompt users to provide additional reasons"
|
require_message: "Prompt users to provide additional reasons"
|
||||||
require_message_description: "When this flag is selected, a text field will be displayed for the user to provide additional detail about why they are flagging the content"
|
require_message_description: "When this flag is selected, a text field will be displayed for the user to provide additional detail about why they are flagging the content"
|
||||||
auto_action_type: "Auto action type"
|
auto_action_type: "Auto hide flagged content"
|
||||||
auto_action_type_description: "When a post is flagged by a staff member it is automatically hidden"
|
|
||||||
more_options:
|
more_options:
|
||||||
title: "More options"
|
title: "More options"
|
||||||
move_up: "Move up"
|
move_up: "Move up"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user