Skip to content

Commit c27fa5a

Browse files
authored
Merge pull request #597 from flaxandteal/fix/#2989-fix-agrculture-letter-dropdown-typo
fix: fixed typo in agriculture letters dropdown
2 parents 67d4e87 + caaeaa4 commit c27fa5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

coral/plugins/agriculture-and-forestry-consultation-workflow.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@
240240
"letterTypeNode": "6d09da12-e53e-11ef-93e2-0242ac120004",
241241
"letterResourceNode": "b15ee596-e53d-11ef-8521-0242ac120004",
242242
"letterOptions": [
243-
{ "text": "Foreestry Response Letter", "id": "forestry-consult-response-template.docx" },
243+
{ "text": "Forestry Response Letter", "id": "forestry-consult-response-template.docx" },
244244
{ "text": "Daera Consultation Response Letter", "id": "daera-consultation-response-template.docx"}
245245
],
246246
"config": {

coral/settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
pass
2323

2424
APP_NAME = 'coral'
25-
APP_VERSION = semantic_version.Version(major=7, minor=8, patch=31)
25+
APP_VERSION = semantic_version.Version(major=7, minor=8, patch=32)
2626

2727
GROUPINGS = {
2828
"groups": {

0 commit comments

Comments
 (0)