[#6636] Rename the cost field

This commit is contained in:
Eric Davis
2011-10-13 15:58:16 -07:00
parent 63cc58a459
commit a108ea2431
2 changed files with 7 additions and 7 deletions

View File

@@ -15,7 +15,7 @@
<table id="deliverable-labor-activities" class="striped-contract-style">
<thead>
<th><%= l(:field_labor) %></th>
<th colspan="2"><%= l(:field_cost) %></th>
<th colspan="2"><%= l(:field_spent_estimate) %></th>
<th colspan="2"><%= l(:field_hours) %></th>
</thead>
@@ -66,7 +66,7 @@
<table id="deliverable-overhead-activities" class="striped-contract-style">
<thead>
<th><%= l(:field_overhead) %></th>
<th colspan="2"><%= l(:field_cost) %></th>
<th colspan="2"><%= l(:field_spent_estimate) %></th>
<th colspan="2"><%= l(:field_hours) %></th>
</thead>
@@ -121,7 +121,7 @@
<table id="deliverable-labor-users" class="striped-contract-style">
<thead>
<th><%= l(:field_labor) %></th>
<th><%= l(:field_cost) %></th>
<th><%= l(:field_spent) %></th>
<th><%= l(:field_hours) %></th>
</thead>
@@ -159,7 +159,7 @@
<table id="deliverable-overhead-users" class="striped-contract-style">
<thead>
<th><%= l(:field_overhead) %></th>
<th><%= l(:field_cost) %></th>
<th><%= l(:field_spent) %></th>
<th><%= l(:field_hours) %></th>
</thead>
@@ -203,7 +203,7 @@
<table id="deliverable-labor-issue-categories" class="striped-contract-style">
<thead>
<th><%= l(:field_labor) %></th>
<th><%= l(:field_cost) %></th>
<th><%= l(:field_spent) %></th>
<th><%= l(:field_hours) %></th>
</thead>
@@ -254,7 +254,7 @@
<table id="deliverable-overhead-issue-categories" class="striped-contract-style">
<thead>
<th><%= l(:field_overhead) %></th>
<th><%= l(:field_cost) %></th>
<th><%= l(:field_spent) %></th>
<th><%= l(:field_hours) %></th>
</thead>

View File

@@ -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."