Fix missing translate call

This commit is contained in:
George Drummond 2018-12-20 14:07:19 -05:00
parent a434b9649c
commit 5198fd8889
No known key found for this signature in database
GPG Key ID: 296DD6077123BF17

View File

@ -11,7 +11,7 @@ from atst.utils.localization import translate
class CCPOReviewForm(CacheableForm):
comment = TextAreaField(
translate("forms.ccpo_review.comment_label"),
description=("forms.ccpo_review.comment_description"),
description=translate("forms.ccpo_review.comment_description"),
)
fname_mao = StringField(
translate("forms.ccpo_review.fname_mao_label"), validators=[Optional(), Name()]