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} %>