diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/components/forms/HostingProvider.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
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 ? ( <View style={[a.flex_row, a.align_center, a.flex_wrap]}> <Text style={[a.text_sm, t.atoms.text_contrast_medium]}> - You are creating an account on{' '} + <Trans>You are creating an account on </Trans> </Text> <Button label={toNiceDomain(serviceUrl)} |