···201201 Witchsky is part of the{' '}
202202 {
203203 <InlineLinkText
204204- label={_(msg`ATmosphere`)}
204204+ label={_(msg`Atmosphere`)}
205205 to="https://atproto.com/">
206206- <Trans>ATmosphere</Trans>
206206+ <Trans>Atmosphere</Trans>
207207 </InlineLinkText>
208208 }
209209 —the network of apps, services, and accounts built on the AT
···219219 <Button
220220 testID="signInButton"
221221 onPress={onPressSignIn}
222222- label={_(msg`Sign in with ATmosphere`)}
222222+ label={_(msg`Sign in with an Atmosphere account`)}
223223 accessibilityHint={_(
224224- msg`Opens flow to sign in to your existing ATmosphere account`,
224224+ msg`Opens flow to sign in to your existing Atmosphere account`,
225225 )}
226226 size="large"
227227 variant="solid"
228228 color="primary">
229229 <ButtonText>
230230- <Trans>Sign in with ATmosphere</Trans>
230230+ <Trans>Sign in with an Atmosphere account</Trans>
231231 </ButtonText>
232232 </Button>
233233 </View>