Reapply "Modify hosting provider text for better localization" (#7928)

* Update HostingProvider.tsx

* Update src/components/forms/HostingProvider.tsx

---------

Co-authored-by: Hailey <hailey@blueskyweb.xyz>
This commit is contained in:
Minseo Lee
2025-04-02 08:00:14 +09:00
committed by GitHub
parent df9909baa3
commit 8dfdee80bb
+6 -8
View File
@@ -41,10 +41,10 @@ export function HostingProvider({
onSelect={onSelectServiceUrl} onSelect={onSelectServiceUrl}
/> />
{minimal ? ( {minimal ? (
<View style={[a.flex_row, a.align_center, a.flex_wrap, a.gap_xs]}> <View style={[a.flex_row, a.align_center, a.flex_wrap]}>
<Text style={[a.text_sm, t.atoms.text_contrast_medium]}> <Text style={[a.text_sm, t.atoms.text_contrast_medium]}>
<Trans>You are creating an account on</Trans> <Trans>
</Text> You are creating an account on{' '}
<Button <Button
label={toNiceDomain(serviceUrl)} label={toNiceDomain(serviceUrl)}
accessibilityHint={_(msg`Changes hosting provider`)} accessibilityHint={_(msg`Changes hosting provider`)}
@@ -52,16 +52,14 @@ export function HostingProvider({
variant="ghost" variant="ghost"
color="secondary" color="secondary"
size="tiny" size="tiny"
style={[ style={[a.px_xs, {margin: tokens.space.xs * -1}]}>
a.px_xs,
{marginHorizontal: tokens.space.xs * -1},
{paddingVertical: 0},
]}>
<ButtonText style={[a.text_sm]}> <ButtonText style={[a.text_sm]}>
{toNiceDomain(serviceUrl)} {toNiceDomain(serviceUrl)}
</ButtonText> </ButtonText>
<ButtonIcon icon={PencilIcon} /> <ButtonIcon icon={PencilIcon} />
</Button> </Button>
</Trans>
</Text>
</View> </View>
) : ( ) : (
<Button <Button