Skip to content

Commit

Permalink
TAMC-1028 allowance figure change
Browse files Browse the repository at this point in the history
  • Loading branch information
pankaj2453 committed Jun 6, 2016
1 parent 8d2f9bd commit 1b8385a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/multiyear/pta/how_it_works.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<h1 class="heading-xlarge">@Html(Messages("generic.ma.apply"))</h1>
<p class="lede">
@Html(Messages("pages.how-it-works.lede-pre1", NumberFormat.getIntegerInstance().format(ApplicationConfig.PERSONAL_ALLOWANCE)))
@Html(Messages("pages.how-it-works.lede-pre1", NumberFormat.getIntegerInstance().format(ApplicationConfig.MAX_ALLOWED_TRANSFER)))
</p>
<p class="lede">
@Html(Messages("pages.how-it-works.lede-pre2", NumberFormat.getIntegerInstance().format(ApplicationConfig.MAX_BENEFIT)))
Expand Down

0 comments on commit 1b8385a

Please sign in to comment.