Describe the bug
As a user, when trying to sign up and forgetting to accept terms of services, the error message displayed is not translated at the top of the form.
To Reproduce
Steps to reproduce the behavior:
- Go to 'https://nightly.decidim.org/users/sign_up?locale=es' (or in other locale than en)
- Try to sign up without accepting TOS
- See error in the flash error message
Expected behavior
As a user, I expect to see the attribute translated in my locale to understand what I did wrong.
Screenshots

Extra data (please complete the following information):
- Decidim Version: [0.26, 0.27, develop]
- Decidim installation: [nightly]
Additional context
Supposedly related to a missing translation key in:
Describe the bug
As a user, when trying to sign up and forgetting to accept terms of services, the error message displayed is not translated at the top of the form.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
As a user, I expect to see the attribute translated in my locale to understand what I did wrong.
Screenshots

Extra data (please complete the following information):
Additional context
Supposedly related to a missing translation key in:
decidim/decidim-core/config/locales/en.yml
Line 23 in 39401c6