Describe the bug
As a user, when creating an initiative, I see the area field label in english in all languages.
To Reproduce
Steps to reproduce the behavior:
- Go to 'https://nightly.decidim.org/'
- Create an initiative
- See error in the fill data step
Expected behavior
To enable translations for this label.
Screenshots

Stacktrace
If applicable, add the error stacktrace to help explain your problem.
Extra data (please complete the following information):
- Decidim Version: [0.26, 0.27, 0.28]
- Decidim installation: [Nightly]
Additional context
|
<%= f.areas_select :area_id, areas_for_select(current_organization), prompt: t(".select_area") %> |
Describe the bug
As a user, when creating an initiative, I see the area field label in english in all languages.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
To enable translations for this label.
Screenshots

Stacktrace
If applicable, add the error stacktrace to help explain your problem.
Extra data (please complete the following information):
Additional context
decidim/decidim-initiatives/app/views/decidim/initiatives/create_initiative/fill_data.html.erb
Line 68 in 9cbfa0c