Skip to content

Commit

Permalink
added missing strings
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakprabhakara committed Mar 1, 2024
1 parent 90a323d commit eba5b56
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions check-locale.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ const exceptionList = [
'confirm-your-email',
'exceeded-login-attempts',
'account-unlocked',
'invalid-credentials',
'no-credentials',
'token-not-found',
]

const allStrings = {};
Expand Down
5 changes: 4 additions & 1 deletion locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -233,5 +233,8 @@
"signin-with-saml-sso": "Sign in with SAML SSO",
"log-in-to-account": "Log in to your account",
"desc-sso-login": "Select an Identity Provider to continue with SSO",
"desc-signin-with-saml-sso": "Your ID is the slug after the hostname."
"desc-signin-with-saml-sso": "Your ID is the slug after the hostname.",
"invalid-credentials": "Invalid credentials",
"no-credentials": "No credentials provided",
"token-not-found": "Verification token not found"
}

0 comments on commit eba5b56

Please sign in to comment.