translate error
parent
273fe3e8e9
commit
d2a11f3344
|
@ -73,7 +73,9 @@ export const SetNewPasswordForm = ({
|
||||||
setIsProcessing(false)
|
setIsProcessing(false)
|
||||||
if (isNetworkError(e)) {
|
if (isNetworkError(e)) {
|
||||||
setError(
|
setError(
|
||||||
'Unable to contact your service. Please check your Internet connection.',
|
_(
|
||||||
|
msg`Unable to contact your service. Please check your Internet connection.`,
|
||||||
|
),
|
||||||
)
|
)
|
||||||
} else {
|
} else {
|
||||||
setError(cleanError(errMsg))
|
setError(cleanError(errMsg))
|
||||||
|
|
Loading…
Reference in New Issue