Skip to content

Commit ff6b573

Browse files
author
shuai
committed
fix: admin users-setting page title should be users
1 parent d47d7cc commit ff6b573

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/src/pages/Admin/UsersSettings/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ const UsersSettings = () => {
133133

134134
return (
135135
<>
136-
<h3 className="mb-4">{t('tags', { keyPrefix: 'nav_menus' })}</h3>
136+
<h3 className="mb-4">{t('users', { keyPrefix: 'nav_menus' })}</h3>
137137
<TabNav menus={ADMIN_USERS_NAV_MENUS} />
138138
<div className="max-w-748">
139139
<SchemaForm

0 commit comments

Comments
 (0)