fix: correct i18n translation (#3996)

This commit is contained in:
Li Kui
2024-08-02 06:41:31 +08:00
committed by GitHub
parent 0a906a481f
commit 69f0703701
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ const PRESET = computed(() => [
type: 'wide',
},
{
name: '定宽',
name: $t('preferences.compact'),
type: 'compact',
},
]);