Skip to content

Commit dafcb3e

Browse files
committed
fix(neuron-ui): fix the label of skip-data toggle
1. capitalize Cells, Data, TypeScript 2. use plural of Cell
1 parent e137598 commit dafcb3e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/neuron-ui/src/locales/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
},
176176
"general": {
177177
"display-address-book-in-the-navbar": "Show the address book",
178-
"skip-data-and-type": "Skip the cells which contain data or type script",
178+
"skip-data-and-type": "Skip the Cells which contain Data or Type Script",
179179
"show": "Show",
180180
"hide": "Hide"
181181
},

packages/neuron-ui/src/locales/zh.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
},
176176
"general": {
177177
"display-address-book-in-the-navbar": "显示地址簿",
178-
"skip-data-and-type": "忽略包含 Data 或 Type Script 的 Cell",
178+
"skip-data-and-type": "忽略包含 Data 或 Type Script 的 Cells",
179179
"show": "显示",
180180
"hide": "隐藏"
181181
},

0 commit comments

Comments
 (0)