From 12a2e57fc602a93daf35d8ed4b146ea685847658 Mon Sep 17 00:00:00 2001 From: Christian Kaindl Date: Mon, 13 Jan 2025 09:31:19 +0100 Subject: [PATCH] fix(localizations): Fix de-DE key `socialButtonsBlockButtonManyInView` A previous change changed the label for buttons when multiple SSO providers are active from the provider name to a long string, which breaks the layout. This change brings the label for the key `socialButtonsBlockButtonManyInView` back to the desired one. The broken string was introduced here: https://github.com/clerk/javascript/commit/b9a5bea404cb09d7e328d48b41bd2669feb4e518#diff-96883e89b065cc0abf16578b55e5a53c76a77b62d3ea953fa4e6064c29da93aaR550 --- packages/localizations/src/de-DE.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/localizations/src/de-DE.ts b/packages/localizations/src/de-DE.ts index 045f7f66794..c51c248ad5d 100644 --- a/packages/localizations/src/de-DE.ts +++ b/packages/localizations/src/de-DE.ts @@ -547,8 +547,7 @@ export const deDE: LocalizationResource = { }, }, socialButtonsBlockButton: 'Weiter mit {{provider|titleize}}', - socialButtonsBlockButtonManyInView: - 'Zu viele Buttons angezeigt. Reduzieren Sie die Anzahl der Buttons, um fortzufahren.', + socialButtonsBlockButtonManyInView: '{{provider|titleize}}', unstable__errors: { already_a_member_in_organization: 'Sie sind bereits Mitglied in dieser Organisation.', captcha_invalid: