From a108ea243198d9b5bc99a9d899121c8522c1b5d4 Mon Sep 17 00:00:00 2001 From: Eric Davis Date: Thu, 13 Oct 2011 15:58:16 -0700 Subject: [PATCH] [#6636] Rename the cost field --- app/views/deliverables/_finances.html.erb | 12 ++++++------ config/locales/en.yml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/views/deliverables/_finances.html.erb b/app/views/deliverables/_finances.html.erb index c3f2a9a..239515d 100644 --- a/app/views/deliverables/_finances.html.erb +++ b/app/views/deliverables/_finances.html.erb @@ -15,7 +15,7 @@ - + @@ -66,7 +66,7 @@
<%= l(:field_labor) %><%= l(:field_cost) %><%= l(:field_spent_estimate) %> <%= l(:field_hours) %>
- + @@ -121,7 +121,7 @@
<%= l(:field_overhead) %><%= l(:field_cost) %><%= l(:field_spent_estimate) %> <%= l(:field_hours) %>
- + @@ -159,7 +159,7 @@
<%= l(:field_labor) %><%= l(:field_cost) %><%= l(:field_spent) %> <%= l(:field_hours) %>
- + @@ -203,7 +203,7 @@
<%= l(:field_overhead) %><%= l(:field_cost) %><%= l(:field_spent) %> <%= l(:field_hours) %>
- + @@ -254,7 +254,7 @@
<%= l(:field_labor) %><%= l(:field_cost) %><%= l(:field_spent) %> <%= l(:field_hours) %>
- + diff --git a/config/locales/en.yml b/config/locales/en.yml index c441e05..dcc5fd3 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -103,4 +103,4 @@ en: field_time_entry_activity: "Activity" text_deliverable_spending_summary: "You've spent %{spent} / %{total} and %{hours} Billable Hours" field_cost: "Cost" - + field_spent_estimate: "Spent / Est."
<%= l(:field_overhead) %><%= l(:field_cost) %><%= l(:field_spent) %> <%= l(:field_hours) %>