diff options
| author | 2023-01-27 15:54:00 +0100 | |
|---|---|---|
| committer | 2023-01-27 15:54:00 +0100 | |
| commit | 1b89a6bd7407d5a64be765b6a8bcd31d6f2ae094 (patch) | |
| tree | db0bd890b6b075a9bb9d02d8b81664f74ccb59bd /src | |
| parent | Try to build on windows (diff) | |
Update keycloakify
Diffstat (limited to 'src')
| -rw-r--r-- | src/KcApp/i18n.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/KcApp/i18n.ts b/src/KcApp/i18n.ts index f780b2f..e4d55ea 100644 --- a/src/KcApp/i18n.ts +++ b/src/KcApp/i18n.ts @@ -12,7 +12,7 @@ export function useI18n(props: Props) { "gender": "Gender", // Here we overwrite the default english value for the message "doForgotPassword" // that is "Forgot Password?" see: https://github.com/InseeFrLab/keycloakify/blob/f0ae5ea908e0aa42391af323b6d5e2fd371af851/src/lib/i18n/generated_messages/18.0.1/login/en.ts#L17 - "doForgotPassword": "I forgot my password" + "doForgotPassword": "I forgot my password", }, "fr": { /* spell-checker: disable */ |