From 8f08a23615b98ad86727219e6c8b0b8e96b8b2d6 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 21 Feb 2017 17:48:52 +0100 Subject: [PATCH] Add better error message for error.network error. --- frontend/src/uxbox/main/locales/en.cljs | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/uxbox/main/locales/en.cljs b/frontend/src/uxbox/main/locales/en.cljs index b4c5e5ba9..0b58e6382 100644 --- a/frontend/src/uxbox/main/locales/en.cljs +++ b/frontend/src/uxbox/main/locales/en.cljs @@ -74,6 +74,7 @@ "errors.auth.invalid-recovery-token" "The recovery token is invalid." "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.conflict" "Conflict on saving data, please refresh and try again."