From f3153b8acb06729d1a1479ea5cc884fef9d569d5 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Tue, 8 Apr 2025 18:16:04 -0700 Subject: Release 1.100 (#8168) * Tests fix * Move the hosting provider text in account creation into the inside of the button to improve translation handling (close #8166) * Pull latest translations * Revert the 'you are creating an account' change entirely; it doesnt work --- src/components/forms/HostingProvider.tsx | 36 +++++++++++++++++--------------- 1 file changed, 19 insertions(+), 17 deletions(-) (limited to 'src/components/forms/HostingProvider.tsx') diff --git a/src/components/forms/HostingProvider.tsx b/src/components/forms/HostingProvider.tsx index ca5660f87..2fb138d00 100644 --- a/src/components/forms/HostingProvider.tsx +++ b/src/components/forms/HostingProvider.tsx @@ -41,25 +41,27 @@ export function HostingProvider({ onSelect={onSelectServiceUrl} /> {minimal ? ( - + - - You are creating an account on{' '} - - + You are creating an account on + ) : (