Browse Source

[FIX] fix typo

pull/98/head
houssine 4 years ago
parent
commit
e8114dbc96
  1. 2
      easy_my_coop_website/controllers/main.py

2
easy_my_coop_website/controllers/main.py

@ -333,7 +333,7 @@ class WebsiteSubscription(http.Controller):
if not valid:
values = self.fill_values(values, is_company, logged)
values["error_msg"] = _("You iban account number" "is not valid")
values["error_msg"] = _("You iban account number is not valid")
return request.render(redirect, values)
# check the subscription's amount

Loading…
Cancel
Save