From 595a8945516013c9b50c65964952a7ae645cab8d Mon Sep 17 00:00:00 2001 From: surfdude29 <149612116+surfdude29@users.noreply.github.com> Date: Tue, 25 Feb 2025 17:54:20 +0000 Subject: translate hosting provider text (#7834) --- src/components/forms/HostingProvider.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/components/forms/HostingProvider.tsx') diff --git a/src/components/forms/HostingProvider.tsx b/src/components/forms/HostingProvider.tsx index 95539cef6..ff5062079 100644 --- a/src/components/forms/HostingProvider.tsx +++ b/src/components/forms/HostingProvider.tsx @@ -1,6 +1,6 @@ import React from 'react' import {Keyboard, View} from 'react-native' -import {msg} from '@lingui/macro' +import {msg, Trans} from '@lingui/macro' import {useLingui} from '@lingui/react' import {toNiceDomain} from '#/lib/strings/url-helpers' @@ -43,7 +43,7 @@ export function HostingProvider({ {minimal ? ( - You are creating an account on{' '} + You are creating an account on