Continuing to clean up capitalization
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
{% if complete %}
|
||||
<span class="label label--success">Completed</span>
|
||||
{% else %}
|
||||
<span class="label">Not Started</span>
|
||||
<span class="label">Not started</span>
|
||||
{% endif %}
|
||||
</div>
|
||||
<div class="task-order-next-steps__text col col--grow">
|
||||
@@ -118,7 +118,7 @@
|
||||
</dd>
|
||||
</div>
|
||||
<div class="task-order-heading__value col">
|
||||
<dt>Task Order Value</dt>
|
||||
<dt>Task order value</dt>
|
||||
<dd>{{ task_order.budget | dollars }}</dd>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user