fix: unit test

Signed-off-by: mario ma <mario.ma.node@gmail.com>
This commit is contained in:
mario ma
2025-04-08 14:34:28 +08:00
parent 0f28d7e94f
commit f67caac211
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ export const userSettingsTranslationRef: TranslationRef<
readonly 'themeToggle.names.light': 'Light';
readonly 'themeToggle.selectAuto': 'Select Auto Theme';
readonly 'signOutMenu.title': 'Sign Out';
readonly 'signOutMenu.moreIconTitle': 'More';
readonly 'signOutMenu.moreIconTitle': 'more';
readonly 'pinToggle.title': 'Pin Sidebar';
readonly 'pinToggle.description': 'Prevent the sidebar from collapsing';
readonly 'pinToggle.ariaLabelTitle': 'Pin Sidebar Switch';
+1 -1
View File
@@ -38,7 +38,7 @@ export const userSettingsTranslationRef = createTranslationRef({
},
signOutMenu: {
title: 'Sign Out',
moreIconTitle: 'More',
moreIconTitle: 'more',
},
pinToggle: {
title: 'Pin Sidebar',