Merge pull request #54 from joeabbey/fast-tpying

Minor typos
This commit is contained in:
ping 2021-12-23 09:38:41 +08:00 committed by GitHub
commit 09aedf5011
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
17 changed files with 22 additions and 22 deletions

View File

@ -134,7 +134,7 @@
<b-tooltip <b-tooltip
:target="'vote-veto'+p.id" :target="'vote-veto'+p.id"
> >
{{ percent(p.tally.veto) }}% voted No With Veta {{ percent(p.tally.veto) }}% voted No With Veto
</b-tooltip> </b-tooltip>
<b-tooltip <b-tooltip
:target="'vote-abstain'+p.id" :target="'vote-abstain'+p.id"

View File

@ -173,7 +173,7 @@
<b-tooltip <b-tooltip
:target="'vote-veto'+proposal.id" :target="'vote-veto'+proposal.id"
> >
{{ percent(proposal.tally.veto) }}% voted No With Veta {{ percent(proposal.tally.veto) }}% voted No With Veto
</b-tooltip> </b-tooltip>
<b-tooltip <b-tooltip
:target="'vote-abstain'+proposal.id" :target="'vote-abstain'+proposal.id"

View File

@ -178,7 +178,7 @@
name="advance" name="advance"
value="true" value="true"
> >
<small>Advance</small> <small>Advanced</small>
</b-form-checkbox> </b-form-checkbox>
</b-form-group> </b-form-group>
</b-col> </b-col>

View File

@ -147,7 +147,7 @@
name="advance" name="advance"
value="true" value="true"
> >
<small>Advance</small> <small>Advanced</small>
</b-form-checkbox> </b-form-checkbox>
</b-form-group> </b-form-group>
</b-col> </b-col>

View File

@ -148,7 +148,7 @@
name="advance" name="advance"
value="true" value="true"
> >
<small>Advance</small> <small>Advanced</small>
</b-form-checkbox> </b-form-checkbox>
</b-form-group> </b-form-group>
</b-col> </b-col>

View File

@ -194,7 +194,7 @@
name="advance" name="advance"
value="true" value="true"
> >
<small>Advance</small> <small>Advanced</small>
</b-form-checkbox> </b-form-checkbox>
</b-form-group> </b-form-group>
</b-col> </b-col>

View File

@ -150,7 +150,7 @@
name="advance" name="advance"
value="true" value="true"
> >
<small>Advance</small> <small>Advanced</small>
</b-form-checkbox> </b-form-checkbox>
</b-form-group> </b-form-group>
</b-col> </b-col>

View File

@ -126,7 +126,7 @@
name="advance" name="advance"
value="true" value="true"
> >
<small>Advance</small> <small>Advanced</small>
</b-form-checkbox> </b-form-checkbox>
</b-form-group> </b-form-group>
</b-col> </b-col>

View File

@ -89,7 +89,7 @@
value="4" value="4"
class="custom-control-danger" class="custom-control-danger"
> >
No with Veto No With Veto
</b-form-radio> </b-form-radio>
<b-form-radio <b-form-radio
v-model="option" v-model="option"
@ -136,7 +136,7 @@
name="advance" name="advance"
value="true" value="true"
> >
<small>Advance</small> <small>Advanced</small>
</b-form-checkbox> </b-form-checkbox>
</b-form-group> </b-form-group>
</b-col> </b-col>

View File

@ -63,7 +63,7 @@
name="advance" name="advance"
value="true" value="true"
> >
<small>Advance</small> <small>Advanced</small>
</b-form-checkbox> </b-form-checkbox>
</b-form-group> </b-form-group>
</b-col> </b-col>

View File

@ -71,7 +71,7 @@
name="advance" name="advance"
value="true" value="true"
> >
<small>Advance</small> <small>Advanced</small>
</b-form-checkbox> </b-form-checkbox>
</b-form-group> </b-form-group>
</b-col> </b-col>

View File

@ -5,7 +5,7 @@
:show="syncing" :show="syncing"
> >
<div class="alert-body"> <div class="alert-body">
<span>No new block is produced since <strong>{{ latestTime }}</strong> </span> <span>No new blocks have been produced since <strong>{{ latestTime }}</strong> </span>
</div> </div>
</b-alert> </b-alert>
<b-row> <b-row>
@ -53,7 +53,7 @@
</b-row> </b-row>
<b-row> <b-row>
<b-col> <b-col>
<summary-parmeters-component :data="slasing" /> <summary-parmeters-component :data="slashing" />
</b-col> </b-col>
</b-row> </b-row>
</div> </div>
@ -104,8 +104,8 @@ export default {
title: 'Distribution Parameters', title: 'Distribution Parameters',
items: [], items: [],
}, },
slasing: { slashing: {
title: 'Slasing Parameters', title: 'Slashing Parameters',
items: null, items: null,
}, },
mint: { mint: {
@ -170,7 +170,7 @@ export default {
}) })
}) })
this.$http.getSlashingParameters().then(res => { this.$http.getSlashingParameters().then(res => {
this.slasing = this.normalize(res, 'Slashing Parameters') this.slashing = this.normalize(res, 'Slashing Parameters')
}) })
const conf = this.$http.getSelectedConfig() const conf = this.$http.getSelectedConfig()

View File

@ -1,7 +1,7 @@
<template> <template>
<div> <div>
<b-card <b-card
title="Baisc" title="Basic"
class="text-truncate" class="text-truncate"
> >
<object-field-component <object-field-component

View File

@ -6,7 +6,7 @@
:show="syncing" :show="syncing"
> >
<div class="alert-body"> <div class="alert-body">
<span>No new block is produced since <strong>{{ latestTime }}</strong> </span> <span>No new blocks have been produced since <strong>{{ latestTime }}</strong> </span>
</div> </div>
</b-alert> </b-alert>
<b-card <b-card

View File

@ -9,7 +9,7 @@
:show="syncing" :show="syncing"
> >
<div class="alert-body"> <div class="alert-body">
<span>No new block is produced since <strong>{{ latestTime }}</strong> </span> <span>No new blocks have been produced since <strong>{{ latestTime }}</strong> </span>
</div> </div>
</b-alert> </b-alert>
<b-row> <b-row>

View File

@ -134,7 +134,7 @@
name="advance" name="advance"
value="true" value="true"
> >
<small>Advance</small> <small>Advanced</small>
</b-form-checkbox> </b-form-checkbox>
</b-form-group> </b-form-group>
</b-col> </b-col>

View File

@ -14,7 +14,7 @@
Sorry, The chain is not found Sorry, The chain is not found
</h2> </h2>
<p class="mb-2"> <p class="mb-2">
Be free to contact us if you want to add your chain. Feel free to contact us if you want to add your chain.
</p> </p>
<b-button <b-button