diff --git a/ihatemoney/forms.py b/ihatemoney/forms.py index 2085ffe1..d701ac09 100644 --- a/ihatemoney/forms.py +++ b/ihatemoney/forms.py @@ -157,12 +157,11 @@ class EditProjectForm(FlaskForm): raise ValidationError( _( ( - "This project already uses different currencies" - "and can't be set to 'No Currency'" + "This project cannot be set to 'no currency'" + " because it contains bills in multiple currencies." ) ) ) - pass def update(self, project): """Update the project with the information from the form"""