translate error

zio/stable
Samuel Newman 2024-03-15 22:08:06 +00:00
parent 273fe3e8e9
commit d2a11f3344
1 changed files with 3 additions and 1 deletions

View File

@ -73,7 +73,9 @@ export const SetNewPasswordForm = ({
setIsProcessing(false)
if (isNetworkError(e)) {
setError(
'Unable to contact your service. Please check your Internet connection.',
_(
msg`Unable to contact your service. Please check your Internet connection.`,
),
)
} else {
setError(cleanError(errMsg))