From 0e4f676047cf7def868beca9df43f504f3ac8f59 Mon Sep 17 00:00:00 2001 From: "mathieu.brunot" Date: Sun, 17 Feb 2019 00:57:50 +0100 Subject: [PATCH] :pencil2: Fix typo in frontend --- frontend/src/uxbox/main/locales/en.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/uxbox/main/locales/en.cljs b/frontend/src/uxbox/main/locales/en.cljs index 0b58e6382..6429e942b 100644 --- a/frontend/src/uxbox/main/locales/en.cljs +++ b/frontend/src/uxbox/main/locales/en.cljs @@ -75,7 +75,7 @@ "errors.profile.update-password" "Error updating password, probably your old password is wrong." "errors.network" "Unable to connect to backend server." - "errors.generic" "Something work has happened." + "errors.generic" "Something wrong has happened." "errors.conflict" "Conflict on saving data, please refresh and try again." })