mirror of
https://github.com/chansee97/nova-admin.git
synced 2025-04-05 04:22:49 +08:00
fix:typo
This commit is contained in:
parent
fad054e8df
commit
f20d2a5fb6
@ -14,7 +14,7 @@
|
||||
"loginOutContent": "Confirm to log out of current account?",
|
||||
"loginOutTitle": "Sign out",
|
||||
"userCenter": "Personal center",
|
||||
"lignt": "Light",
|
||||
"light": "Light",
|
||||
"dark": "Dark",
|
||||
"system": "System",
|
||||
"backTop": "Back to top",
|
||||
|
@ -14,7 +14,7 @@
|
||||
"loginOutTitle": "退出登录",
|
||||
"loginOutContent": "确认退出当前账号?",
|
||||
"userCenter": "个人中心",
|
||||
"lignt": "浅色",
|
||||
"light": "浅色",
|
||||
"dark": "深色",
|
||||
"system": "跟随系统",
|
||||
"backTop": "返回顶部",
|
||||
|
@ -12,7 +12,7 @@ const appStore = useAppStore()
|
||||
const options = computed(() => {
|
||||
return [
|
||||
{
|
||||
label: t('app.lignt'),
|
||||
label: t('app.light'),
|
||||
value: 'light',
|
||||
icon: IconSun,
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user