diff --git a/src/screens/Signup/StepInfo/index.tsx b/src/screens/Signup/StepInfo/index.tsx
index fd262e8de..d09104436 100644
--- a/src/screens/Signup/StepInfo/index.tsx
+++ b/src/screens/Signup/StepInfo/index.tsx
@@ -110,9 +110,7 @@ export function StepInfo({
if (state.serviceUrl === DEFAULT_SERVICE) {
return dispatch({
type: 'setError',
- value: _(
- msg`Please choose a 3rd party service host, or sign up on bsky.app.`,
- ),
+ value: l`Please choose a 3rd party service host, or sign up on bsky.app.`,
})
}
@@ -185,7 +183,7 @@ export function StepInfo({
Witchsky is part of the{' '}
{
Atmosphere
@@ -203,10 +201,8 @@ export function StepInfo({