Skip to content

Commit

Permalink
SIDM-5084: Update email address and working hours for Money Claims in…
Browse files Browse the repository at this point in the history
… the 'Contact us' Page
  • Loading branch information
jitumiah authored Nov 11, 2020
1 parent f73b159 commit 0562084
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 3 additions & 2 deletions src/main/resources/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -262,9 +262,10 @@ public.contactus.text_0012=Phone: 0330 808 4424
public.contactus.text_0013=Monday to Friday, 8.30am to 5pm
public.contactus.text_0014=Find out about call charges
public.contactus.text_0015=Money Claims
public.contactus.text_0016=Email: moneyclaims@justice.gov.uk
public.contactus.text_0016=Email: contactocmc@justice.gov.uk
public.contactus.text_0017=Phone: 0300 123 7050
public.contactus.text_0018=Monday to Friday, 9am to 5pm
public.contactus.text_0018.1=Monday to Thursday, 8.30am to 5pm
public.contactus.text_0018.2=Friday, 8.30am to 4pm
public.contactus.text_0019=Find out about call charges
public.contactus.text_0020=Probate
public.contactus.text_0021=Phone: 0300 303 0648
Expand Down
5 changes: 3 additions & 2 deletions src/main/resources/messages_cy.properties
Original file line number Diff line number Diff line change
Expand Up @@ -263,9 +263,10 @@ public.contactus.text_0012=Rhif ffôn: 0330 808 4424
public.contactus.text_0013=Dydd Llun i Ddydd Gwener, 8.30am - 5pm
public.contactus.text_0014=Gwybodaeth am brisiau galwadau
public.contactus.text_0015=Hawliadau am Arian:
public.contactus.text_0016=E-bost: moneyclaims@justice.gov.uk
public.contactus.text_0016=E-bost: contactocmc@justice.gov.uk
public.contactus.text_0017=Rhif ffôn: 0300 303 5174
public.contactus.text_0018=Dydd Llun i Ddydd Gwener, 9am – 5pm
public.contactus.text_0018.1=Dydd Llun i ddydd Iau, 8.30am – 5pm
public.contactus.text_0018.2=Dydd Gwener, 8.30am - 4pm
public.contactus.text_0019=Gwybodaeth am brisiau galwadau
public.contactus.text_0020=Profiant
public.contactus.text_0021=Rhif ffôn: 0300 303 0654
Expand Down
3 changes: 2 additions & 1 deletion src/main/webapp/WEB-INF/jsp/contactus.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
<ul class="list">
<li><spring:message code="public.contactus.text_0016" /></li>
<li><spring:message code="public.contactus.text_0017" /></li>
<li><spring:message code="public.contactus.text_0018" /></li>
<li><spring:message code="public.contactus.text_0018.1" /></li>
<li><spring:message code="public.contactus.text_0018.2" /></li>
<li> <a href="https://www.gov.uk/call-charges"><spring:message code="public.contactus.text_0019" /></a> </li>
</ul>

Expand Down

0 comments on commit 0562084

Please sign in to comment.