Skip to content

Commit

Permalink
feat: add missing h1 on cleaner form edit and update locales
Browse files Browse the repository at this point in the history
  • Loading branch information
Stef-Rousset committed Jan 3, 2025
1 parent b2fe14f commit bf4e849
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<div class="item_show__header">
<h1 class="item_show__header-title"><%= t '.title' %></h1>
</div>
<div class="item__edit-form">
<%= decidim_form_for(@form, html: { class: "form form-defaults edit_organization_cleaner" }, url:"/admin/organization/cleaner" , method: :put) do |form| %>
<div class="form__wrapper">
Expand All @@ -8,3 +11,4 @@
</div>
<% end %>
</div>

1 change: 1 addition & 0 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ en:
admin:
organization_cleaner:
edit:
title: Edit Data cleaner
update: Update
form:
admin_log_cleaner_title: Admin log
Expand Down
1 change: 1 addition & 0 deletions config/locales/fr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ fr:
admin:
organization_cleaner:
edit:
title: Modifier Nettoyeur de données
update: Mettre à jour
form:
admin_log_cleaner_title: Historique d'administration
Expand Down

0 comments on commit bf4e849

Please sign in to comment.