Skip to content

Commit

Permalink
fix/grants-4035 (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
yunusfirat authored May 30, 2024
1 parent ca7d31a commit 7da8f28
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/config/question-bank.js
Original file line number Diff line number Diff line change
Expand Up @@ -4014,7 +4014,7 @@ const questionBank = {
If you do not get an email within 72 hours, please call the RPA helpline and follow the options for the Farming Investment Fund scheme:<br/>
<h2 class="govuk-heading-m">RPA helpline</h2>
<h3 class="govuk-heading-s">Telephone</h3>
Telephone: 03000 200 301<br/>
<p>Telephone: 0300 0200 301</p>
Monday to Friday, 9am to 5pm (except public holidays)<br/>
<p><a class="govuk-link" target="_blank" href="https://www.gov.uk/call-charges" rel="noopener noreferrer">Find out about call charges (opens in a new tab)</a></p>
<h3 class="govuk-heading-s">Email</h3>
Expand Down
3 changes: 1 addition & 2 deletions app/templates/home.njk
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@
<br>
<br>
<h3 class="govuk-heading-s">Telephone</h3>
<p>Telephone: 0300 0200 301
</p>
<p>Telephone: 0300 0200 301</p>
<span>Monday to Friday, 9am to 5pm (except public holidays)
</span><br/>
<a class="govuk-link" target="_blank" rel="noopener noreferrer" href="https://www.gov.uk/call-charges">Find out about
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ffc-grants-slurry-web",
"version": "3.7.0",
"version": "3.7.1",
"description": "Web frontend for FTF Slurry Infrastructure scheme",
"homepage": "https://github.com/DEFRA/ffc-grants-slurry-web",
"main": "app/index.js",
Expand Down
2 changes: 1 addition & 1 deletion test/integration/narrow/routes/confirmation.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ describe('confirm page', () => {
expect(response.payload).toContain('If you do not get an email within 72 hours, please call the RPA helpline and follow the options for the Farming Investment Fund scheme:')
expect(response.payload).toContain('RPA helpline')
expect(response.payload).toContain('Telephone')
expect(response.payload).toContain('Telephone: 03000 200 301')
expect(response.payload).toContain('Telephone: 0300 0200 301')
expect(response.payload).toContain('Monday to Friday, 9am to 5pm (except public holidays)')
expect(response.payload).toContain('Find out about call charges')
expect(response.payload).toContain('Email')
Expand Down

0 comments on commit 7da8f28

Please sign in to comment.