Skip to content

Commit

Permalink
fix(neuron-ui): fix the label of skip-data toggle
Browse files Browse the repository at this point in the history
1. capitalize Cells, Data, TypeScript
2. use plural of Cell
  • Loading branch information
Keith-CY committed Oct 16, 2019
1 parent e137598 commit dafcb3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/neuron-ui/src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
},
"general": {
"display-address-book-in-the-navbar": "Show the address book",
"skip-data-and-type": "Skip the cells which contain data or type script",
"skip-data-and-type": "Skip the Cells which contain Data or Type Script",
"show": "Show",
"hide": "Hide"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/neuron-ui/src/locales/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
},
"general": {
"display-address-book-in-the-navbar": "显示地址簿",
"skip-data-and-type": "忽略包含 Data 或 Type Script 的 Cell",
"skip-data-and-type": "忽略包含 Data 或 Type Script 的 Cells",
"show": "显示",
"hide": "隐藏"
},
Expand Down

0 comments on commit dafcb3e

Please sign in to comment.