Skip to content

Commit 2b12f0a

Browse files
steve-nimblePRIOR
andauthored
remove form from plan version label (#166)
* remove form from plan version label * increment app version --------- Co-authored-by: PRIOR <Stephen.PRIOR@EDUCATION.GOV.UK>
1 parent 0dd0bca commit 2b12f0a

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,3 +123,7 @@ All notable changes to this service will be documented in this file.
123123
## [1.3.13]
124124
### Notes
125125
- Fix Vision page executive summary word count bug
126+
127+
## [1.3.14]
128+
### Notes
129+
- Remove the word "form" from the plan version label

src/DfE.ExternalApplications.Web/DfE.ExternalApplications.Web.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<Nullable>enable</Nullable>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<UserSecretsId>8051c984-585b-4a5e-b6d7-833e5dd4afe7</UserSecretsId>
8-
<Version>1.3.13</Version>
9-
<InformationalVersion>1.3.13</InformationalVersion>
8+
<Version>1.3.14</Version>
9+
<InformationalVersion>1.3.14</InformationalVersion>
1010
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
1111
</PropertyGroup>
1212

src/DfE.ExternalApplications.Web/Views/Shared/FormEngine/_FormHeader.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88

99
<div class="govuk-!-margin-bottom-6" style="border-left: 4px solid #b1b4b6; padding-left: 15px;">
1010
<p class="govuk-body govuk-!-margin-bottom-1">@AppTerminology.SingularCapitalised reference: <strong>@Model.ReferenceNumber</strong></p>
11-
<p class="govuk-body govuk-!-margin-bottom-0">@AppTerminology.SingularCapitalised form version: <strong>@applicationFormVersion</strong></p>
11+
<p class="govuk-body govuk-!-margin-bottom-0">@AppTerminology.SingularCapitalised version: <strong>@applicationFormVersion</strong></p>
1212
<p class="govuk-body govuk-!-margin-bottom-0">Lead applicant: <strong>@leadApplicantName</strong></p>
1313
</div>

0 commit comments

Comments
 (0)