Zio Blue: improve description on hosting provider choice dialog
This commit is contained in:
parent
e42b3778ed
commit
d29ea05fe2
1 changed files with 22 additions and 4 deletions
|
@ -153,16 +153,33 @@ export function ServerInputDialog({
|
||||||
a.flex_1,
|
a.flex_1,
|
||||||
]}>
|
]}>
|
||||||
<Trans>
|
<Trans>
|
||||||
A small{' '}
|
|
||||||
<InlineLinkText
|
<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"
|
to="https://github.com/bluesky-social/pds"
|
||||||
style={[!gtMobile && a.text_md]}>
|
style={[!gtMobile && a.text_md]}>
|
||||||
<Trans>
|
<Trans>
|
||||||
PDS instance
|
PDS{' '}
|
||||||
</Trans>
|
</Trans>
|
||||||
</InlineLinkText>
|
</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
|
<InlineLinkText
|
||||||
label={_(msg`Zio`)}
|
label={_(msg`Zio`)}
|
||||||
to="https://zio.sh"
|
to="https://zio.sh"
|
||||||
|
@ -171,6 +188,7 @@ export function ServerInputDialog({
|
||||||
Zio
|
Zio
|
||||||
</Trans>
|
</Trans>
|
||||||
</InlineLinkText>.
|
</InlineLinkText>.
|
||||||
|
You can use this one or choose an alternative.
|
||||||
</Trans>
|
</Trans>
|
||||||
</P>
|
</P>
|
||||||
</View>
|
</View>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue