Zio Blue: improve description on hosting provider choice dialog
parent
e42b3778ed
commit
d29ea05fe2
|
@ -153,16 +153,33 @@ export function ServerInputDialog({
|
|||
a.flex_1,
|
||||
]}>
|
||||
<Trans>
|
||||
A small{' '}
|
||||
<InlineLinkText
|
||||
label={_(msg`PDS instance`)}
|
||||
label={_(msg`Bluesky`)}
|
||||
to="https://bsky.social"
|
||||
style={[!gtMobile && a.text_md]}>
|
||||
<Trans>
|
||||
Bluesky{' '}
|
||||
</Trans>
|
||||
</InlineLinkText>
|
||||
is a decentralized social network that anyone can run. This{' '}
|
||||
<InlineLinkText
|
||||
label={_(msg`PDS`)}
|
||||
to="https://github.com/bluesky-social/pds"
|
||||
style={[!gtMobile && a.text_md]}>
|
||||
<Trans>
|
||||
PDS instance
|
||||
PDS{' '}
|
||||
</Trans>
|
||||
</InlineLinkText>
|
||||
{' '}ran by{' '}
|
||||
and{' '}
|
||||
<InlineLinkText
|
||||
label={_(msg`App`)}
|
||||
to="https://github.com/bluesky-social/social-app"
|
||||
style={[!gtMobile && a.text_md]}>
|
||||
<Trans>
|
||||
App{' '}
|
||||
</Trans>
|
||||
</InlineLinkText>
|
||||
is ran by{' '}
|
||||
<InlineLinkText
|
||||
label={_(msg`Zio`)}
|
||||
to="https://zio.sh"
|
||||
|
@ -171,6 +188,7 @@ export function ServerInputDialog({
|
|||
Zio
|
||||
</Trans>
|
||||
</InlineLinkText>.
|
||||
You can use this one or choose an alternative.
|
||||
</Trans>
|
||||
</P>
|
||||
</View>
|
||||
|
|
Loading…
Reference in New Issue