You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: client/wfprev-war/src/main/angular/src/app/components/wfprev-performance-update-modal-window/wfprev-performance-update-modal-window.component.html
<pclass="section-description">Provide a breakdown of the total budget risks. All values must add up to the
72
-
{{'{'}}<b>Current/Revised</b>{{'}'}} <b>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
73
73
budget is at risk.</p>
74
74
</div>
75
75
<divclass="modal-window-row risk-container">
@@ -129,7 +129,7 @@
129
129
</div>
130
130
@if(form.hasError('totalMismatch')) {
131
131
<divclass="error">
132
-
<p>The sum of all risk amounts does not match the {{'{'}}Revised Forecast/Current Forecast{{'}'}} amount.</p>
132
+
<p>The sum of all risk amounts does not match the {{revisedForecastControl.value && revisedForecastControl.value > 0 ? 'Revised' : 'Current'}} Forecast amount.</p>
0 commit comments