diff --git a/src/components/forms/HostingProvider.tsx b/src/components/forms/HostingProvider.tsx index 95539cef63..ff50620794 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