From 081cd93c51eaedf9ee7101bcaec526d12f094085 Mon Sep 17 00:00:00 2001 From: Philipp Czora Date: Tue, 6 Nov 2018 15:27:01 +0100 Subject: [PATCH] Polished pw labels --- scm-ui/public/locales/en/users.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scm-ui/public/locales/en/users.json b/scm-ui/public/locales/en/users.json index b5b98fc915..7199cb2135 100644 --- a/scm-ui/public/locales/en/users.json +++ b/scm-ui/public/locales/en/users.json @@ -52,11 +52,11 @@ "name-invalid": "This name is invalid", "displayname-invalid": "This displayname is invalid", "password-invalid": "Password has to be between 6 and 32 characters", - "passwordValidation-invalid": "Passwords have to be the same", - "validatePassword": "Please validate password here" + "passwordValidation-invalid": "Passwords have to be identical", + "validatePassword": "Confirm password" }, "password": { - "set-password-successful": "Password is set successful" + "set-password-successful": "Password successfully set" }, "help": { "usernameHelpText": "Unique name of the user.",