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:
softwarefactory-project-zuul[bot] 2020-05-08 14:07:43 +00:00 committed by GitHub
commit a3463e87b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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