···201 Witchsky is part of the{' '}
202 {
203 <InlineLinkText
204- label={_(msg`ATmosphere`)}
205 to="https://atproto.com/">
206- <Trans>ATmosphere</Trans>
207 </InlineLinkText>
208 }
209 —the network of apps, services, and accounts built on the AT
···219 <Button
220 testID="signInButton"
221 onPress={onPressSignIn}
222- label={_(msg`Sign in with ATmosphere`)}
223 accessibilityHint={_(
224- msg`Opens flow to sign in to your existing ATmosphere account`,
225 )}
226 size="large"
227 variant="solid"
228 color="primary">
229 <ButtonText>
230- <Trans>Sign in with ATmosphere</Trans>
231 </ButtonText>
232 </Button>
233 </View>
···201 Witchsky is part of the{' '}
202 {
203 <InlineLinkText
204+ label={_(msg`Atmosphere`)}
205 to="https://atproto.com/">
206+ <Trans>Atmosphere</Trans>
207 </InlineLinkText>
208 }
209 —the network of apps, services, and accounts built on the AT
···219 <Button
220 testID="signInButton"
221 onPress={onPressSignIn}
222+ label={_(msg`Sign in with an Atmosphere account`)}
223 accessibilityHint={_(
224+ msg`Opens flow to sign in to your existing Atmosphere account`,
225 )}
226 size="large"
227 variant="solid"
228 color="primary">
229 <ButtonText>
230+ <Trans>Sign in with an Atmosphere account</Trans>
231 </ButtonText>
232 </Button>
233 </View>