Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<p mat-dialog-title class="risk-breakdown-title">Budget Risk Breakdown</p>
<div class="modal-window-row">
<p class="section-description">Provide a breakdown of the total budget risks. All values must add up to the
<b>{{revisedForecastControl.value && revisedForecastControl.value > 0 ? 'Revised' : 'Current'}} forecast</b> amount as this information is used to identify how much of the overall
<b>{{revisedForecastControl.value && revisedForecastControl.value > 0 ? 'Revised' : 'Current'}} Forecast</b> amount as this information is used to identify how much of the overall
budget is at risk.</p>
</div>
<div class="modal-window-row risk-container">
Expand Down
Loading