Skip to content

Commit bf4e849

Browse files
committed
feat: add missing h1 on cleaner form edit and update locales
1 parent b2fe14f commit bf4e849

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

app/views/decidim/cleaner/admin/organization_cleaner/edit.html.erb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
<div class="item_show__header">
2+
<h1 class="item_show__header-title"><%= t '.title' %></h1>
3+
</div>
14
<div class="item__edit-form">
25
<%= decidim_form_for(@form, html: { class: "form form-defaults edit_organization_cleaner" }, url:"/admin/organization/cleaner" , method: :put) do |form| %>
36
<div class="form__wrapper">
@@ -8,3 +11,4 @@
811
</div>
912
<% end %>
1013
</div>
14+

config/locales/en.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ en:
2222
admin:
2323
organization_cleaner:
2424
edit:
25+
title: Edit Data cleaner
2526
update: Update
2627
form:
2728
admin_log_cleaner_title: Admin log

config/locales/fr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ fr:
2323
admin:
2424
organization_cleaner:
2525
edit:
26+
title: Modifier Nettoyeur de données
2627
update: Mettre à jour
2728
form:
2829
admin_log_cleaner_title: Historique d'administration

0 commit comments

Comments
 (0)