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
: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
:target="'vote-abstain'+p.id"

View File

@ -173,7 +173,7 @@
<b-tooltip
: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
:target="'vote-abstain'+proposal.id"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -5,7 +5,7 @@
:show="syncing"
>
<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>
</b-alert>
<b-row>
@ -53,7 +53,7 @@
</b-row>
<b-row>
<b-col>
<summary-parmeters-component :data="slasing" />
<summary-parmeters-component :data="slashing" />
</b-col>
</b-row>
</div>
@ -104,8 +104,8 @@ export default {
title: 'Distribution Parameters',
items: [],
},
slasing: {
title: 'Slasing Parameters',
slashing: {
title: 'Slashing Parameters',
items: null,
},
mint: {
@ -170,7 +170,7 @@ export default {
})
})
this.$http.getSlashingParameters().then(res => {
this.slasing = this.normalize(res, 'Slashing Parameters')
this.slashing = this.normalize(res, 'Slashing Parameters')
})
const conf = this.$http.getSelectedConfig()

View File

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

View File

@ -6,7 +6,7 @@
:show="syncing"
>
<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>
</b-alert>
<b-card

View File

@ -9,7 +9,7 @@
:show="syncing"
>
<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>
</b-alert>
<b-row>

View File

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

View File

@ -14,7 +14,7 @@
Sorry, The chain is not found
</h2>
<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>
<b-button