···33import {msg, Trans} from '@lingui/macro'
44import {useLingui} from '@lingui/react'
5566+import {BSKY_SERVICE} from '#/lib/constants'
67import * as persisted from '#/state/persisted'
77-import {BSKY_SERVICE} from 'lib/constants'
88import {atoms as a, useBreakpoints, useTheme} from '#/alf'
99import {Button, ButtonText} from '#/components/Button'
1010import * as Dialog from '#/components/Dialog'
1111import * as TextField from '#/components/forms/TextField'
1212import * as ToggleButton from '#/components/forms/ToggleButton'
1313import {Globe_Stroke2_Corner0_Rounded as Globe} from '#/components/icons/Globe'
1414+import {InlineLinkText} from '#/components/Link'
1415import {P, Text} from '#/components/Typography'
15161617export function ServerInputDialog({
···153154 ]}>
154155 <Trans>
155156 Bluesky is an open network where you can choose your hosting
156156- provider. Custom hosting is now available in beta for
157157- developers.
158158- </Trans>
157157+ provider. If you're a developer, you can host your own server.
158158+ </Trans>{' '}
159159+ <InlineLinkText
160160+ label={_(msg`Learn more about self hosting your PDS.`)}
161161+ to="https://atproto.com/guides/self-hosting">
162162+ <Trans>Learn more.</Trans>
163163+ </InlineLinkText>
159164 </P>
160165 </View>
161166