Skip to content

Commit 6f900d6

Browse files
Merge pull request #764 from TechnologyEnhancedLearning/Develop/Features/TD-4967-Rewording-of-Enter-your-work-email-address
TD-4967: Rewording of "Enter your work email address"
2 parents 6a18004 + 037d308 commit 6f900d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

LearningHub.Nhs.WebUI/Views/Account/CreateAccountEmailVerification.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<input type="hidden" name="formSubmission" value="true">
4343

4444
<vc:text-input asp-for="Email"
45-
label="Enter your work email address"
45+
label="Enter your email address"
4646
populate-with-current-value="true"
4747
type="text"
4848
spell-check="false"
@@ -54,7 +54,7 @@
5454

5555

5656
<vc:text-input asp-for="ComfirmEmail"
57-
label="Confirm your work email address"
57+
label="Confirm your email address"
5858
populate-with-current-value="true"
5959
type="text"
6060
spell-check="false"

0 commit comments

Comments
 (0)