From faa6e3bb758d3d8875418edee24c297ba50eb259 Mon Sep 17 00:00:00 2001 From: uwx Date: Sat, 11 Apr 2026 18:51:10 +0200 Subject: [PATCH] Fix crash on account create --- src/screens/Signup/StepInfo/index.tsx | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) 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({