Skip to content

Commit b09d995

Browse files
committed
DDCNL-11241 Message key fix
1 parent a560f95 commit b09d995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/uk/gov/hmrc/tai/util/IncomeTaxEstimateHelper.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ trait IncomeTaxEstimateHelper {
102102

103103
def getEstimatedIncomeDescription(taxAccountSummary: TaxAccountSummary)(implicit messages: Messages): String =
104104
Messages(
105-
"tai.incomeTax.totalEstimatedIncome.text",
105+
"detailed.incomeTax.totalEstimatedIncome.text",
106106
pounds(taxAccountSummary.totalEstimatedIncome)
107107
)
108108
}

0 commit comments

Comments
 (0)