We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 989609b commit 6d8afccCopy full SHA for 6d8afcc
coldfront/core/project/templates/project/project_detail.html
@@ -79,7 +79,7 @@ <h3 class="card-title">
79
<div class="html2pdf__page-break"></div>
80
<div class="card mb-3">
81
<div class="card-header">
82
- <h3 class="d-inline"><i class="fas fa-file-invoice-dollar" aria-hidden="true"></i> Project Invoice</h3>
+ <h3 class="d-inline"><i class="fas fa-file-invoice-dollar" aria-hidden="true"></i> Project Estimate</h3>
83
<span class="badge badge-secondary">{{allocations.count}}</span>
84
<div class="float-right">
85
{% if project.status.name != 'Archived' and is_allowed_to_update_project %}
0 commit comments