mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-01 18:52:23 +02:00
Fix error message syntax to allow translation extraction
This commit is contained in:
parent
07b86bc580
commit
dae7870b12
1 changed files with 2 additions and 4 deletions
|
@ -160,10 +160,8 @@ class EditProjectForm(FlaskForm):
|
|||
):
|
||||
raise ValidationError(
|
||||
_(
|
||||
(
|
||||
"This project cannot be set to 'no currency'"
|
||||
" because it contains bills in multiple currencies."
|
||||
)
|
||||
"This project cannot be set to 'no currency'"
|
||||
" because it contains bills in multiple currencies."
|
||||
)
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue