From 97ea32e507a0faaf9737786e8560e12c11a82b78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Martin?= Date: Wed, 23 Jul 2025 23:13:05 +0200 Subject: [PATCH] Make wording of form fields in Users consistent with the login The login form says username and password and should be consistently used throughout. --- ui/src/user/Users.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/user/Users.tsx b/ui/src/user/Users.tsx index 7e6f665..af5f5fc 100644 --- a/ui/src/user/Users.tsx +++ b/ui/src/user/Users.tsx @@ -84,7 +84,7 @@ class Users extends Component & Stores<'userStore'>> { - Name + Username Admin