From 1df03de1acbb6e2311d82d8d768f7dc2c5737d4e Mon Sep 17 00:00:00 2001 From: Ishan Rai Date: Wed, 5 Aug 2020 14:06:08 +0530 Subject: [PATCH] mgr/dashboard: fix error message for the confirmpassword fixes: https://tracker.ceph.com/issues/46494 Signed-off-by: Ishan Rai --- .../src/app/core/auth/user-form/user-form.component.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/core/auth/user-form/user-form.component.html b/src/pybind/mgr/dashboard/frontend/src/app/core/auth/user-form/user-form.component.html index d9e387973f7..f519132e220 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/core/auth/user-form/user-form.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/core/auth/user-form/user-form.component.html @@ -95,13 +95,13 @@ cdPasswordButton="confirmpassword"> + Password confirmation doesn't match the password. This field is required. - Password confirmation doesn't match the password. -- 2.47.3