updaed locale

This commit is contained in:
2026-03-17 20:49:58 -04:00
parent 8c0ce8ce48
commit 4367c77393
3 changed files with 5 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
<h2>Edit Item</h2>
<h2><%=t(:label_edit_item)%></h2>
<%= render "form" %>

View File

@@ -1,5 +1,5 @@
<h2>New Item</h2>
<h2><%=t(:label_item_new)%></h2>
<%= render "form" %>
<%= link_to "Back", items_path %>
<%= link_to t(:label_back), items_path %>