Fix error message syntax to allow translation extraction

This commit is contained in:
Baptiste Jonglez 2021-07-07 01:00:40 +02:00
parent 07b86bc580
commit dae7870b12

View file

@ -160,10 +160,8 @@ class EditProjectForm(FlaskForm):
): ):
raise ValidationError( raise ValidationError(
_( _(
( "This project cannot be set to 'no currency'"
"This project cannot be set to 'no currency'" " because it contains bills in multiple currencies."
" because it contains bills in multiple currencies."
)
) )
) )