Skip to content

Commit

Permalink
fix: correct i18n translation (#3996)
Browse files Browse the repository at this point in the history
  • Loading branch information
likui628 committed Aug 1, 2024
1 parent 0a906a4 commit 69f0703
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Vue Vben Admin 是 Vue Vben Admin 的升级版本。作为一个免费开源的

在 Gitpod(适用于 GitHub 的免费在线开发环境)中打开项目,并立即开始编码.

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://github.com/vbenjs/vue-vben-admin)
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/vbenjs/vue-vben-admin)

## 文档

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const PRESET = computed(() => [
type: 'wide',
},
{
name: '定宽',
name: $t('preferences.compact'),
type: 'compact',
},
]);
Expand Down

0 comments on commit 69f0703

Please sign in to comment.