Skip to content

Commit

Permalink
Merge pull request #552 from hmrc/DDCNL-9240
Browse files Browse the repository at this point in the history
DDCNL-9240 remove delay banner
  • Loading branch information
andrewbrown22 authored Aug 7, 2024
2 parents ec369ce + fbf4767 commit 0fd7e7b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
8 changes: 1 addition & 7 deletions app/uk/gov/hmrc/nisp/views/nirecordpage.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
details: details,
insetText: insetText,
govukPanel: GovukPanel,
nispPageHeading: NispPageHeading,
notifPanel: GovukNotificationBanner
nispPageHeading: NispPageHeading
)
@(
tableList: Seq[String],
Expand Down Expand Up @@ -65,11 +64,6 @@
pageTitle = headingOrTitle
) {

@notifPanel(NotificationBanner(
content = Text(messages("nisp.nirecord.banner")),

))

@nispPageHeading(
text = headingOrTitle,
section = messages(user.name.getOrElse("")),
Expand Down
2 changes: 0 additions & 2 deletions conf/messages
Original file line number Diff line number Diff line change
Expand Up @@ -386,8 +386,6 @@ nisp.nirecord.voluntarycontributions.h2title.3.linktitle3 = lived or worked in t
nisp.nirecord.voluntarycontributions.h2title.3.linktitle3.message1 = You may be entitled to some Retirement Pension from the Isle of Man. For more information about the Retirement Pension scheme,
nisp.nirecord.voluntarycontributions.h2title.3.linktitle3.link = visit GOV.IM – Retirement Pension (opens in new window)

nisp.nirecord.banner = There is a short delay in processing some payments. Your forecast will be updated as soon as possible.

#*****************************
# Minimum qualifying period
#*****************************
Expand Down
2 changes: 0 additions & 2 deletions conf/messages.cy
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,6 @@ nisp.nirecord.helpline.number = Llinell gymorth 0800 731 7936
nisp.nirecord.helpline.textNumber = Ffôn testun 0800 731 7013
nisp.nirecord.helpline.openTimes = Dydd Llun i ddydd Gwener: 8:00am i 6:00pm

nisp.nirecord.banner = Mae yna oedi byr wrth brosesu rhai taliadau. Bydd eich rhagolwg yn cael ei ddiweddaru cyn gynted â phosibl.

#****************************
# Gaps in your record page
#****************************
Expand Down

0 comments on commit 0fd7e7b

Please sign in to comment.