Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

translate hosting provider text (#7834)

authored by

surfdude29 and committed by
GitHub
595a8945 0d1373bb

+2 -2
+2 -2
src/components/forms/HostingProvider.tsx
··· 1 1 import React from 'react' 2 2 import {Keyboard, View} from 'react-native' 3 - import {msg} from '@lingui/macro' 3 + import {msg, Trans} from '@lingui/macro' 4 4 import {useLingui} from '@lingui/react' 5 5 6 6 import {toNiceDomain} from '#/lib/strings/url-helpers' ··· 43 43 {minimal ? ( 44 44 <View style={[a.flex_row, a.align_center, a.flex_wrap]}> 45 45 <Text style={[a.text_sm, t.atoms.text_contrast_medium]}> 46 - You are creating an account on{' '} 46 + <Trans>You are creating an account on </Trans> 47 47 </Text> 48 48 <Button 49 49 label={toNiceDomain(serviceUrl)}