[#6636] Rename the cost field
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user