mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-06-14 03:32:00 +08:00
fix: 修复 MSD 状态卡片 i18n 键名
This commit is contained in:
@@ -493,7 +493,7 @@ const msdDetails = computed<StatusDetail[]>(() => {
|
|||||||
? t('statusCard.msdImageMode')
|
? t('statusCard.msdImageMode')
|
||||||
: t('statusCard.msdDriveMode')
|
: t('statusCard.msdDriveMode')
|
||||||
details.push({
|
details.push({
|
||||||
label: t('statusCard.mode'),
|
label: t('statusCard.currentMode'),
|
||||||
value: modeDisplay,
|
value: modeDisplay,
|
||||||
status: msd.mode !== 'none' ? 'ok' : undefined
|
status: msd.mode !== 'none' ? 'ok' : undefined
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user