Skip to content

Commit

Permalink
Simplify some long messages
Browse files Browse the repository at this point in the history
Signed-off-by: xichen1 <xichen.pan@gmail.com>
  • Loading branch information
xichen1 committed Oct 17, 2023
1 parent 96b1bd1 commit b668ad6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dashboard/src/locales/en-US/Chaincode.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ export default {
'app.chainCode.form.create.md5': 'md5',
'app.chainCode.form.create.checkMd5': 'Please enter the md5',
'app.chainCode.form.create.file': 'Chaincode Package',
'app.chainCode.form.create.fileSelect': 'Please select the chaincode package file',
'app.chainCode.form.create.description': 'Chaincode Description',
'app.chainCode.form.create.fileSelect': 'Please select the chaincode package',
'app.chainCode.form.create.description': 'Description',
'app.chainCode.form.install.fail': 'Install chaincode failed',
'app.chainCode.form.install.success': 'Install chaincode succeed',
'app.chainCode.form.install.header.title': 'Install Chaincode',
Expand Down

0 comments on commit b668ad6

Please sign in to comment.