mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 03:31:10 -03:30
Merge pull request #6924 from nixocio/ui_issue_6859
Fix Survey, check label 'Required' translation Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
@@ -127,7 +127,7 @@ function SurveyQuestionForm({
|
||||
<CheckboxField
|
||||
id="question-required"
|
||||
name="required"
|
||||
label="Required"
|
||||
label={i18n._(t`Required`)}
|
||||
/>
|
||||
</FormColumnLayout>
|
||||
<FormColumnLayout>
|
||||
|
||||
Reference in New Issue
Block a user