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 977b007 commit d4f452fCopy full SHA for d4f452f
Source/GitHubCostVisualizer.Web/Views/Home/_SummaryItems.cshtml
@@ -22,7 +22,7 @@
22
<div class="row align-items-center justify-content-between flex-nowrap">
23
<div class="col-auto">
24
<span class="display-5">@Model.TotalBillableActionMinutes.ToString("N0") (@Model.TotalActionMinutesCost.ToString("C"))</span>
25
- <h5>Total Billable Action Minutes</h5>
+ <h5>Total Billable Action Minutes *</h5>
26
</div>
27
28
<i class="fas fa-stopwatch"></i>
0 commit comments