From f67315a17e16ec9d680b1cdc6da774708e8320e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Vit=C3=B3ria=20Silva?= Date: Thu, 4 Dec 2025 12:33:24 +0000 Subject: [PATCH] New translations identityprovidersaddeditmodalcomponent.json (Galician) --- .../identityProvidersAddEditModalComponent.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/frontend/app/src/i18n/gl/components/settings/settingsIdentityProvidersZone/identityProvidersAddEditModalComponent.json b/frontend/app/src/i18n/gl/components/settings/settingsIdentityProvidersZone/identityProvidersAddEditModalComponent.json index 9d30c4f25..49be63d00 100644 --- a/frontend/app/src/i18n/gl/components/settings/settingsIdentityProvidersZone/identityProvidersAddEditModalComponent.json +++ b/frontend/app/src/i18n/gl/components/settings/settingsIdentityProvidersZone/identityProvidersAddEditModalComponent.json @@ -24,8 +24,12 @@ "scopesHelp": "Space-separated list of OAuth scopes to request.", "appearanceSection": "Appearance", "iconLabel": "Icon", - "iconPlaceholder": "keycloak, authentik, authelia, google, microsoft, or custom", - "iconHelp": "Icon name for SSO button. Leave blank for default.", + "iconCustom": "Custom", + "customIconUrlLabel": "Custom icon URL", + "customIconUrlPlaceholder": "https://example.com/my-icon.png", + "customIconUrlHelp": "URL to a custom icon for the SSO button and list.", + "iconPlaceholder": "authelia, authentik, casdoor, keycloak, or URL", + "iconHelp": "Icon name for SSO button. Supported values are authelia, authentik, casdoor or keycloak. For custom icons, provide the icon URL.", "buttonTextLabel": "Button Text", "buttonTextPlaceholder": "Sign in with Provider", "buttonColorLabel": "Button Color", @@ -46,4 +50,4 @@ "errorUpdating": "Error updating identity provider", "errorSlugExists": "A provider with this slug already exists", "errorForbidden": "You don't have permission to perform this action" -} +} \ No newline at end of file