Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TD-675 hint text update #1455

Merged
merged 2 commits into from
Nov 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
populate-with-current-value="true"
rows="8"
spell-check="false"
hint-text="Provide the work email address of each member of staff to add to your supervision list on a separate line. Email addresses will be skipped if already exists."
hint-text="Provide the work email address of each member of staff to add to your supervision list on a separate line. Email addresses that already exist in your staff list will be ignored."
css-class=""
character-count="null" />
<button class="nhsuk-button" type="submit">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
populate-with-current-value="false"
type="text"
spell-check="false"
hint-text="Provide the work email address of a member of staff to add to your supervision list. Email address will be skipped if already exists."
hint-text="Provide the work email address of a member of staff to add to your supervision list.<br/>If the email address already exists in your staff list, it will be ignored."
autocomplete="email"
css-class="nhsuk-input"
required="true" />
Expand Down