1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 23:51:09 +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:
nixocio 2020-05-04 13:24:30 -04:00
parent c6d6536078
commit 60976b6aca

View File

@ -127,7 +127,7 @@ function SurveyQuestionForm({
<CheckboxField
id="question-required"
name="required"
label="Required"
label={i18n._(t`Required`)}
/>
</FormColumnLayout>
<FormColumnLayout>