Skip to content

Commit

Permalink
update en translations with key & value for provide email
Browse files Browse the repository at this point in the history
  • Loading branch information
viv-kinde committed Feb 13, 2025
1 parent 706a80e commit a840458
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions auth-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,12 @@
"email_or_username_input_error_invalid": {
"type": "string"
},
"provide_email_heading": {
"type": "string"
},
"provide_email_description": {
"type": "string"
},
"use_username_link": {
"type": "string"
},
Expand Down Expand Up @@ -614,6 +620,8 @@
"email_or_username_input_label",
"email_or_username_error_required",
"email_or_username_input_error_invalid",
"provide_email_heading",
"provide_email_description",
"use_username_link",
"use_email_or_username_link",
"continue_with_sso_heading",
Expand Down
2 changes: 2 additions & 0 deletions en-AU/auth.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@
"email_or_username_input_label": "Username or email",
"email_or_username_error_required": "Email or username must not be blank",
"email_or_username_input_error_invalid": "Enter a valid email or username",
"provide_email_heading": "We need your email too",
"provide_email_description": "Having an email lets us verify your identity and contact you about your account",
"use_username_link": "Switch to username",
"use_email_or_username_link": "Switch to username or email",
"continue_with_sso_heading": "Continue with SSO",
Expand Down
2 changes: 2 additions & 0 deletions en-GB/auth.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@
"email_or_username_input_label": "Username or email",
"email_or_username_error_required": "Email or username must not be blank",
"email_or_username_input_error_invalid": "Enter a valid email or username",
"provide_email_heading": "We need your email too",
"provide_email_description": "Having an email lets us verify your identity and contact you about your account",
"use_username_link": "Switch to username",
"use_email_or_username_link": "Switch to username or email",
"continue_with_sso_heading": "Continue with SSO",
Expand Down
2 changes: 2 additions & 0 deletions en-US/auth.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@
"email_or_username_input_label": "Username or email",
"email_or_username_error_required": "Email or username must not be blank",
"email_or_username_input_error_invalid": "Enter a valid email or username",
"provide_email_heading": "We need your email too",
"provide_email_description": "Having an email lets us verify your identity and contact you about your account",
"use_username_link": "Switch to username",
"use_email_or_username_link": "Switch to username or email",
"continue_with_sso_heading": "Continue with SSO",
Expand Down
2 changes: 2 additions & 0 deletions en/auth.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@
"email_or_username_input_label": "Username or email",
"email_or_username_error_required": "Email or username must not be blank",
"email_or_username_input_error_invalid": "Enter a valid email or username",
"provide_email_heading": "We need your email too",
"provide_email_description": "Having an email lets us verify your identity and contact you about your account",
"use_username_link": "Switch to username",
"use_email_or_username_link": "Switch to username or email",
"continue_with_sso_heading": "Continue with SSO",
Expand Down

0 comments on commit a840458

Please sign in to comment.