We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a560f95 commit b09d995Copy full SHA for b09d995
app/uk/gov/hmrc/tai/util/IncomeTaxEstimateHelper.scala
@@ -102,7 +102,7 @@ trait IncomeTaxEstimateHelper {
102
103
def getEstimatedIncomeDescription(taxAccountSummary: TaxAccountSummary)(implicit messages: Messages): String =
104
Messages(
105
- "tai.incomeTax.totalEstimatedIncome.text",
+ "detailed.incomeTax.totalEstimatedIncome.text",
106
pounds(taxAccountSummary.totalEstimatedIncome)
107
)
108
}
0 commit comments