fix: correct i18n translation (#3996)
This commit is contained in:
@@ -22,7 +22,7 @@ const PRESET = computed(() => [
|
||||
type: 'wide',
|
||||
},
|
||||
{
|
||||
name: '定宽',
|
||||
name: $t('preferences.compact'),
|
||||
type: 'compact',
|
||||
},
|
||||
]);
|
||||
|
Reference in New Issue
Block a user