Skip to content

Commit

Permalink
chore: Change the copywriting
Browse files Browse the repository at this point in the history
  • Loading branch information
yanguoyu committed Aug 11, 2023
1 parent 3bf2306 commit b909009
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/neuron-wallet/src/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ export default {
'ckb-dependency': {
title: 'Bundled CKB Node',
message: 'Dependency Required',
detail: `The embedded CKB node in Neuron requires x64 version of Microsoft Visual C++ Redistributable component to be installed to work properly. You have to install it to enable the internal node.`,
detail: `The network nodes in Neuron rely on C++ components, so please install the latest version of Microsoft Visual C++Redistributable for x64 to ensure that the software runs properly.`,
buttons: {
'install-and-exit': 'Install and Exit',
},
Expand Down
2 changes: 1 addition & 1 deletion packages/neuron-wallet/src/locales/zh-tw.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ export default {
title: '內置 CKB 節點',
message: '缺少必要的依賴',
detail:
'Neuron 內置的 CKB 節點需要安裝 x64 版本的 Microsoft Visual C++ Redistributable 才能正常運行。您需要安裝該組件來啟動內置節點。',
'Neuron 中的網絡節點依賴C++組件,請安裝 x64 最新版本的 Microsoft Visual C++Redistributable 來保證軟件正常運行。',
buttons: {
'install-and-exit': '安裝並退出',
},
Expand Down
2 changes: 1 addition & 1 deletion packages/neuron-wallet/src/locales/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ export default {
title: '内置 CKB 节点',
message: '缺少必要的依赖',
detail:
'Neuron 内置的 CKB 节点需要安装 x64 版本的 Microsoft Visual C++ Redistributable 才能正常运行。您需要安装该组件来启用内置节点。',
'Neuron 中的网络节点依赖C++组件,请安装 x64 最新版本的 Microsoft Visual C++Redistributable 来保证软件正常运行。',
buttons: {
'install-and-exit': '安装并退出',
},
Expand Down

0 comments on commit b909009

Please sign in to comment.