From 3c04b8fa049fa6aad546c998fdd33f4e596be6c1 Mon Sep 17 00:00:00 2001 From: Rhys Nute <nuterd@cardiff.ac.uk> Date: Fri, 8 Dec 2023 18:32:27 +0000 Subject: [PATCH] updates --- src/main/resources/local-auth-data.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/local-auth-data.html b/src/main/resources/local-auth-data.html index d7c5e170..851b2bf2 100644 --- a/src/main/resources/local-auth-data.html +++ b/src/main/resources/local-auth-data.html @@ -14,11 +14,11 @@ <input type="text" name="authority_name" id="localAthorityName"> </p> <p> - <label for="address1">Please enter first line of address</label> + <label for="address1">Please enter first line of your address</label> <input type="text" name="address_1" id="address1"> </p> <p> - <label for="address2">Please enter second line of address (optional)</label> + <label for="address2">Please enter second line of your address (optional)</label> <input type="text" name="address_2" id="address2"> </p> <p> -- GitLab