FIX: reword auto action type field for flags (#29361)

Simplified wording for `auto_action_type` flags.
This commit is contained in:
Krzysztof Kotlarek 2024-10-24 08:52:19 +11:00 committed by GitHub
parent 459547e82d
commit 2ec5c2c514
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 7 deletions

View File

@ -202,11 +202,7 @@ export default class AdminFlagsForm extends Component {
}}
as |field|
>
<field.Checkbox>
{{i18n
"admin.config_areas.flags.form.auto_action_type_description"
}}
</field.Checkbox>
<field.Checkbox />
</checkboxGroup.Field>
</form.CheckboxGroup>

View File

@ -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."
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"
auto_action_type: "Auto action type"
auto_action_type_description: "When a post is flagged by a staff member it is automatically hidden"
auto_action_type: "Auto hide flagged content"
more_options:
title: "More options"
move_up: "Move up"