Skip to content

Commit 75cbfbb

Browse files
authored
style(projects): reduce ambiguity in theme configuration instructions.
1 parent 8dcda38 commit 75cbfbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/locales/langs/en-us.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ const local: App.I18n.Schema = {
113113
},
114114
tab: {
115115
visible: 'Tab Visible',
116-
cache: 'Tab Cache',
116+
cache: 'Tag Bar Info Cache',
117117
height: 'Tab Height',
118118
mode: {
119119
title: 'Tab Mode',

src/locales/langs/zh-cn.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ const local: App.I18n.Schema = {
113113
},
114114
tab: {
115115
visible: '显示标签栏',
116-
cache: '缓存标签页',
116+
cache: '标签栏信息缓存',
117117
height: '标签栏高度',
118118
mode: {
119119
title: '标签栏风格',

0 commit comments

Comments
 (0)