diff --git a/app/javascript/dashboard/i18n/locale/en/settings.json b/app/javascript/dashboard/i18n/locale/en/settings.json index 23058d739..8d58b87aa 100644 --- a/app/javascript/dashboard/i18n/locale/en/settings.json +++ b/app/javascript/dashboard/i18n/locale/en/settings.json @@ -542,7 +542,7 @@ "SSO_URL": { "LABEL": "SSO URL", "HELP": "The URL where SAML authentication requests will be sent", - "PLACEHOLDER": "https://your-idp.com/saml/sso" + "PLACEHOLDER": "https://sso.example.com/saml/sso" }, "CERTIFICATE": { "LABEL": "Signing certificate in PEM format", @@ -562,7 +562,7 @@ "IDP_ENTITY_ID": { "LABEL": "Identity Provider Entity ID", "HELP": "Unique identifier for your identity provider (usually found in IdP configuration)", - "PLACEHOLDER": "https://your-idp.com/saml" + "PLACEHOLDER": "https://sso.example.com/saml" }, "UPDATE_BUTTON": "Update SAML Settings", "API": { diff --git a/app/javascript/dashboard/i18n/locale/pt_BR/settings.json b/app/javascript/dashboard/i18n/locale/pt_BR/settings.json index 9d047dd92..69700c43b 100644 --- a/app/javascript/dashboard/i18n/locale/pt_BR/settings.json +++ b/app/javascript/dashboard/i18n/locale/pt_BR/settings.json @@ -501,7 +501,7 @@ "SSO_URL": { "LABEL": "SSO URL", "HELP": "A URL para onde as solicitações de autenticação SAML serão enviadas", - "PLACEHOLDER": "https://your-idp.com/saml/sso" + "PLACEHOLDER": "https://sso.example.com/saml/sso" }, "CERTIFICATE": { "LABEL": "Certificado de assinatura no formato PEM", @@ -521,7 +521,7 @@ "IDP_ENTITY_ID": { "LABEL": "ID da Entidade do Provedor de Identidade", "HELP": "Identificador exclusivo do seu provedor de identidade (geralmente encontrado na configuração do IdP)", - "PLACEHOLDER": "https://seu-idp.com/saml" + "PLACEHOLDER": "https://sso.example.com/saml" }, "UPDATE_BUTTON": "Atualizar configurações de SAML", "API": {