From 402e31e73587fb311df88f43ab0b2f2030fd70d3 Mon Sep 17 00:00:00 2001 From: tsutsu3 Date: Tue, 4 Mar 2025 20:42:19 +0900 Subject: [PATCH] feat: add SAML login button label to translations and remove default value --- .env.example | 2 +- client/src/locales/en/translation.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 881c0d43c46..8a9a11df0af 100644 --- a/.env.example +++ b/.env.example @@ -450,7 +450,7 @@ SAML_PICTURE_CLAIM= SAML_NAME_CLAIM= # Logint buttion settings (optional) -SAML_BUTTON_LABEL="Continue with SAML" # TODO: Remove default value after adding the word to Locize. +SAML_BUTTON_LABEL= SAML_IMAGE_URL= # Whether the SAML Response should be signed. diff --git a/client/src/locales/en/translation.json b/client/src/locales/en/translation.json index 8956323ec4e..00058115c3f 100644 --- a/client/src/locales/en/translation.json +++ b/client/src/locales/en/translation.json @@ -119,6 +119,7 @@ "com_auth_reset_password_if_email_exists": "If an account with that email exists, an email with password reset instructions has been sent. Please make sure to check your spam folder.", "com_auth_reset_password_link_sent": "Email Sent", "com_auth_reset_password_success": "Password Reset Success", + "com_auth_saml_login": "Continue with SAML", "com_auth_sign_in": "Sign in", "com_auth_sign_up": "Sign up", "com_auth_submit_registration": "Submit registration",