From c117476681be8aafdd5c988eea267b3cea05be00 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Sat, 28 May 2016 13:45:18 +0300 Subject: [PATCH] Add more server related translation strings. --- src/uxbox/locales/en.cljs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/uxbox/locales/en.cljs b/src/uxbox/locales/en.cljs index 6de34898f..7b7ec93e3 100644 --- a/src/uxbox/locales/en.cljs +++ b/src/uxbox/locales/en.cljs @@ -52,6 +52,8 @@ "history.alert-message" "You are seeng version %s" "errors.api.form.old-password-not-match" "Incorrect old password" + "errors.api.form.email-already-exists" "The email is already in use by other user." + "errors.api.form.username-already-exists" "The username is already in use by other user." "errors.form.required" "This field is mandatory" "errors.form.string" "Should be string" "errors.form.number" "Invalid number"