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

Capitalising Date Entry Fields #2106

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
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
8 changes: 3 additions & 5 deletions packages/gafl-webapp-service/src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -270,9 +270,8 @@
"disability_concession_radio_pip": "Personal Independence Payment (PIP)",
"disability_concession_title_other": "Do they receive any of the following?",
"disability_concession_title_you": "Do you receive any of the following?",
"dob_day": "day",
"dob_day": "Day",
"dob_entry_hint": "For example, 23 11 1979",

"dob_error_date_real": "Date of birth must be a real date",
"dob_error_missing_day_and_month": "Date of birth must include a day and month",
"dob_error_missing_day_and_year": "Date of birth must include a day and year",
Expand All @@ -284,13 +283,12 @@
"dob_error_year_min": "Date of birth is too long ago",
"dob_error_year_max": "The date of birth must be in the past",
"dob_error": "Enter a date of birth",

"dob_month": "month",
"dob_month": "Month",
"dob_privacy_link_prefix": "If you do not provide a correct date of birth, this may cause delays when a licence is renewed or mean that a licence is not valid. Read about ",
"dob_privacy_link": "how we use personal information (opens in new tab)",
"dob_title_other": "What is the person’s date of birth?",
"dob_title_you": "What is your date of birth?",
"dob_year": "year",
"dob_year": "Year",
"dp_email": "[email protected]",
"email_address": "email address",
"email_alt": "Email",
Expand Down
Loading