Bluesky app fork with some witchin' additions 💫

translate error

+3 -1
+3 -1
src/screens/Login/SetNewPasswordForm.tsx
··· 73 73 setIsProcessing(false) 74 74 if (isNetworkError(e)) { 75 75 setError( 76 - 'Unable to contact your service. Please check your Internet connection.', 76 + _( 77 + msg`Unable to contact your service. Please check your Internet connection.`, 78 + ), 77 79 ) 78 80 } else { 79 81 setError(cleanError(errMsg))