From 6e5c39607c73a3a8b9c8bd9f2d456a26b28160fc Mon Sep 17 00:00:00 2001 From: Ricky Stretch Date: Thu, 26 Mar 2026 13:56:39 -0400 Subject: [PATCH] minor text update on user manager forms --- frontend/src/pages/UserManagerPage.jsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/src/pages/UserManagerPage.jsx b/frontend/src/pages/UserManagerPage.jsx index 1e57455..33ac1c7 100644 --- a/frontend/src/pages/UserManagerPage.jsx +++ b/frontend/src/pages/UserManagerPage.jsx @@ -319,8 +319,8 @@ function UserForm({ user, userPass, allUserGroups, onDone, onCancel, isMobile, o
{lbl('Password', isEdit && pwEnabled, - isEdit && !pwEnabled ? '(not changing — click Reset Password to set a new one)' : - !isEdit ? `(optional — blank uses system default)` : null + isEdit && !pwEnabled ? '(click Reset button to change)' : + !isEdit ? <>(optional — blank uses {userPass} as default) : null )}