From 83477e4dbf1ea33bdda211e90f90c7aea3dba567 Mon Sep 17 00:00:00 2001 From: Daniel Huchthausen Date: Wed, 30 Jan 2019 19:28:21 +0100 Subject: [PATCH] fixes typo --- scm-ui/public/locales/en/commons.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scm-ui/public/locales/en/commons.json b/scm-ui/public/locales/en/commons.json index e3e1dbf032..6c3fa6628a 100644 --- a/scm-ui/public/locales/en/commons.json +++ b/scm-ui/public/locales/en/commons.json @@ -67,6 +67,6 @@ "passwordInvalid": "Password has to be between 6 and 32 characters", "passwordConfirmFailed": "Passwords have to be identical", "submit": "Submit", - "changedSuccessfully": "Pasword successfully changed" + "changedSuccessfully": "Password successfully changed" } }