Fix submitted typo

This commit is contained in:
schultzie 2023-01-27 11:59:55 -08:00 committed by GitHub
parent 1a05a1577e
commit 1953af8e65
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>