Skip to content

Commit

Permalink
Merge pull request #283 from DEFRA/feature/grants-3919
Browse files Browse the repository at this point in the history
Feature/grants 3919
  • Loading branch information
OksKostenko authored May 15, 2024
2 parents 8b9332e + d75cab1 commit 59ed90e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions app/config/question-bank.js
Original file line number Diff line number Diff line change
Expand Up @@ -2805,11 +2805,11 @@ const questionBank = {
ineligibleContent: {
messageContent: `<p class="govuk-body">You cannot use public money (for example, grant funding from government or local authorities) towards the project costs.</p>
<div class="govuk-list govuk-list--bullet">
You can use:
For example, you can use:
<ul>
<li>loans</li>
<li>overdrafts</li>
<li>the Basic Payment Scheme</li>
<li>delinked payments.</li>
</ul>
</div>`,
messageLink: {
Expand All @@ -2828,8 +2828,8 @@ const questionBank = {
content: [
{
para: `You cannot use public money (for example, grant funding from government or local authorities) towards the project costs.
You can use:`,
items: ['loans', 'overdrafts', 'the Basic Payment Scheme']
For example, you can use:`,
items: ['loans', 'overdrafts', 'delinked payments.']
}
]
}
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "2.27.0",
"version": "3.3.0",
"description": "Web frontend for FTF Slurry Infrastructure scheme",
"homepage": "https://github.com/DEFRA/ffc-grants-slurry-web",
"main": "app/index.js",
Expand Down

0 comments on commit 59ed90e

Please sign in to comment.