This is an automated email from the ASF dual-hosted git repository. shuai pushed a commit to branch fix-page-title in repository https://gitbox.apache.org/repos/asf/answer.git
commit 1c136080fc243086551c0f8ce4b5752519864f51 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
