Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SIDM-4137 #505

Merged
1 commit merged into from
Oct 12, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/main/resources/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,11 @@ public.contactus.text_0036=Monday to Thursday, 8am to 5pm
public.contactus.text_0037=Friday 8am to 4pm
public.contactus.text_0038=No Saturday opening hours
public.contactus.text_0039=Find out about call charges
public.contactus.text_0040=Immigration and Asylum
public.contactus.text_0041=Email: customer.service@justice.gov.uk
public.contactus.text_0042=Phone: 0300 123 1711
public.contactus.text_0043=Monday to Friday, 8:30am to 5pm
public.contactus.text_0044=Find out about call charges

# Cookies
public.cookies.text_0001=Back
Expand Down
8 changes: 8 additions & 0 deletions src/main/webapp/WEB-INF/jsp/contactus.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,13 @@
<li><spring:message code="public.contactus.text_0038" /></li>
<li> <a href="https://www.gov.uk/call-charges"><spring:message code="public.contactus.text_0039" /></a> </li>
</ul>

<h2 class="heading-medium"><spring:message code="public.contactus.text_0040" /></h2>
<ul class="list">
<li><spring:message code="public.contactus.text_0041" /></li>
<li><spring:message code="public.contactus.text_0042" /> </li>
<li><spring:message code="public.contactus.text_0043" /></li>
<li> <a href="https://www.gov.uk/call-charges"><spring:message code="public.contactus.text_0044" /></a> </li>
</ul>
</article>
</t:wrapper>