Skip to content

Commit 6d8afcc

Browse files
committed
change project invoice to project estimate
1 parent 989609b commit 6d8afcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coldfront/core/project/templates/project/project_detail.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ <h3 class="card-title">
7979
<div class="html2pdf__page-break"></div>
8080
<div class="card mb-3">
8181
<div class="card-header">
82-
<h3 class="d-inline"><i class="fas fa-file-invoice-dollar" aria-hidden="true"></i> Project Invoice</h3>
82+
<h3 class="d-inline"><i class="fas fa-file-invoice-dollar" aria-hidden="true"></i> Project Estimate</h3>
8383
<span class="badge badge-secondary">{{allocations.count}}</span>
8484
<div class="float-right">
8585
{% if project.status.name != 'Archived' and is_allowed_to_update_project %}

0 commit comments

Comments
 (0)