Merge pull request #311 from LavenderFive/master

Fix submitted typo
This commit is contained in:
ping 2023-01-29 14:53:18 +08:00 committed by GitHub
commit 9d1bc6e7a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@
"proposal_id": "Proposal ID",
"proposal_type": "Proposal Type",
"proposal_proposer": "Proposer",
"proposal_submit_time": "Submited Time",
"proposal_submit_time": "Submitted Time",
"proposal_voting_start_time": "Voting Begin Time",
"proposal_voting_end_time": "Voting End Time",
"proposal_description": "Description",

View File

@ -63,7 +63,7 @@
/>
</b-progress>
<div class="status-text">
<span v-if="hash">SUBMITED</span>
<span v-if="hash">SUBMITTED</span>
<span v-if="succeed">COMPLETED</span>
<span v-if="error">FAILED</span>
</div>