mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
Fix Survey, check label 'Required' translation
Fix Survey, check label 'Required' translation. closes: https://github.com/ansible/awx/issues/6859
This commit is contained in:
parent
c6d6536078
commit
60976b6aca
@ -127,7 +127,7 @@ function SurveyQuestionForm({
|
|||||||
<CheckboxField
|
<CheckboxField
|
||||||
id="question-required"
|
id="question-required"
|
||||||
name="required"
|
name="required"
|
||||||
label="Required"
|
label={i18n._(t`Required`)}
|
||||||
/>
|
/>
|
||||||
</FormColumnLayout>
|
</FormColumnLayout>
|
||||||
<FormColumnLayout>
|
<FormColumnLayout>
|
||||||
|
Loading…
Reference in New Issue
Block a user