Skip to content

Commit

Permalink
fix: Add missing translations
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentinchampenois committed Dec 1, 2023
1 parent 9b7a617 commit 81bb494
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/decidim/devise/registrations/new.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

<div class="card" id="socia_demographic_ah">
<div class="card__content">
<h3>Informations personnelles</h3>
<h3><%= t(".personal_data_step") %></h3>
<div class="row">
<div class="columns medium-12">
<%= f.date_select :birth_date, { label: t(".birth_date"), start_year: Date.today.year - 100, end_year: Date.today.year }, { class: "columns medium-3" } %>
Expand Down
1 change: 1 addition & 0 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ en:
postal_code: Postal code
help_message: Please fill the postal code field to be able to select your city
birth_date_help: You must be over 16 years old to access this service.
personal_data_step: Personal data
form:
errors:
messages:
Expand Down
1 change: 1 addition & 0 deletions config/locales/fr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ fr:
news_cese: Souhaitez-vous recevoir les actualités du CESE ?
help_message: Veuillez renseigner votre code postal pour choisir la ville
postal_code: Code postal
personal_data_step: Informations personnelles
form:
errors:
messages:
Expand Down

0 comments on commit 81bb494

Please sign in to comment.