This is an automated email from the ASF dual-hosted git repository.

shuai pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/answer.git


The following commit(s) were added to refs/heads/main by this push:
     new ff6b5736 fix: admin users-setting page title should be users
ff6b5736 is described below

commit ff6b5736c3ab702e7a9669f6ef37205575a1f783
Author: shuai <[email protected]>
AuthorDate: Thu Jan 29 17:00:56 2026 +0800

    fix: admin users-setting page title should be users
---
 ui/src/pages/Admin/UsersSettings/index.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/src/pages/Admin/UsersSettings/index.tsx 
b/ui/src/pages/Admin/UsersSettings/index.tsx
index 55a3e784..a955b1bd 100644
--- a/ui/src/pages/Admin/UsersSettings/index.tsx
+++ b/ui/src/pages/Admin/UsersSettings/index.tsx
@@ -133,7 +133,7 @@ const UsersSettings = () => {
 
   return (
     <>
-      <h3 className="mb-4">{t('tags', { keyPrefix: 'nav_menus' })}</h3>
+      <h3 className="mb-4">{t('users', { keyPrefix: 'nav_menus' })}</h3>
       <TabNav menus={ADMIN_USERS_NAV_MENUS} />
       <div className="max-w-748">
         <SchemaForm

Reply via email to