From 7eb90d62b0ef7a05c5e1bb2146a78029de159ff3 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Thu, 4 Feb 2021 11:32:01 +0100 Subject: [PATCH] :bug: Fix typos on translation strings. --- frontend/resources/locales.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/resources/locales.json b/frontend/resources/locales.json index 8f0cc93382..ffbe839e86 100644 --- a/frontend/resources/locales.json +++ b/frontend/resources/locales.json @@ -176,7 +176,7 @@ "auth.notifications.profile-not-verified": { "translations": { "en": "Profile is not verified, please verify profile before continue.", - "es": "El perfil aun no ha sido validado, porfavor valide el perfil antes de continuar." + "es": "El perfil aun no ha sido verificado, por favor valida el perfil antes de continuar." } }, "auth.notifications.invalid-token-error" : {