From 4983cd661c366c235a3f932d46e0783728017b89 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Thu, 22 Jan 2026 21:49:33 -0500 Subject: [PATCH] Fixed missing locale --- app/views/customers/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/customers/show.html.erb b/app/views/customers/show.html.erb index 97bf7fa..41dc594 100644 --- a/app/views/customers/show.html.erb +++ b/app/views/customers/show.html.erb @@ -11,7 +11,7 @@
-

<%=t(:label_customer)%>:

+

<%=t(:field_customer)%>:

<%= render :partial => 'customers/details', locals: {customer: @customer} %>