Skip to content

Commit 2a9ab10

Browse files
authored
round name update (#302)
* round name update * round number updated
1 parent 2f4d213 commit 2a9ab10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/messaging/email/create-submission-msg.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ const applicantNumbers = (landlineNumber, mobileNumber) => {
144144
function getSpreadsheetDetails (submission) {
145145
const today = new Date()
146146
const todayStr = today.toLocaleDateString('en-GB')
147-
const schemeName = 'Slurry Infrastructure Round 2'
147+
const schemeName = 'Slurry Infrastructure Round 3'
148148
const subScheme = `FTF-${schemeName}`
149149
const {
150150
agentsDetails, applicantType, applyingFor, applying,

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ffc-grants-slurry-web",
3-
"version": "3.13.1",
3+
"version": "3.13.2",
44
"description": "Web frontend for FTF Slurry Infrastructure scheme",
55
"homepage": "https://github.com/DEFRA/ffc-grants-slurry-web",
66
"main": "app/index.js",

0 commit comments

Comments
 (0)