Skip to content

Commit ece203e

Browse files
authored
WFPREV-938: Capitalize Forecast word (#1118)
1 parent 4c831e9 commit ece203e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/wfprev-war/src/main/angular/src/app/components/wfprev-performance-update-modal-window/wfprev-performance-update-modal-window.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<p mat-dialog-title class="risk-breakdown-title">Budget Risk Breakdown</p>
7070
<div class="modal-window-row">
7171
<p class="section-description">Provide a breakdown of the total budget risks. All values must add up to the
72-
<b>{{revisedForecastControl.value && revisedForecastControl.value > 0 ? 'Revised' : 'Current'}} forecast</b> amount as this information is used to identify how much of the overall
72+
<b>{{revisedForecastControl.value && revisedForecastControl.value > 0 ? 'Revised' : 'Current'}} Forecast</b> amount as this information is used to identify how much of the overall
7373
budget is at risk.</p>
7474
</div>
7575
<div class="modal-window-row risk-container">

0 commit comments

Comments
 (0)