diff --git a/src/layouts/components/DefaultLayout.vue b/src/layouts/components/DefaultLayout.vue index 493b81d3..6a1d9939 100644 --- a/src/layouts/components/DefaultLayout.vue +++ b/src/layouts/components/DefaultLayout.vue @@ -206,7 +206,7 @@ function selected(route: any, nav: NavLink) {
Validator | -Delegation | -Rewards | -Action | +{{ $t('account.validator') }} | +{{ $t('account.delegation') }} | +{{ $t('account.rewards') }} | +{{ $t('account.action') }} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
No Delegations | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{{ $t('account.no_delegations') }} | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
@@ -435,15 +435,15 @@ function updateEvent() {
class="bg-base-100 px-4 pt-3 pb-4 rounded mb-4 shadow"
v-if="unbonding && unbonding.length > 0"
>
-
Creation Height | -Initial Balance | -Balance | -Completion Time | +{{ $t('account.creation_height') }} | +{{ $t('account.initial_balance') }} | +{{ $t('account.balance') }} | +{{ $t('account.completion_time') }} |
---|
Height | -Hash | -Messages | -Time | +{{ $t('account.height') }} | +{{ $t('account.hash') }} | +{{ $t('account.messages') }} | +{{ $t('account.time') }} | |||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
No Transactions | ||||||||||||||||||||||||||||||||||||
{{ $t('account.no_transactions') }} | ||||||||||||||||||||||||||||||||||||
-
- Account+{{ $t('account.acc') }}Account does not exists on chain
+ {{ $t('account.error') }}
diff --git a/src/modules/[chain]/account/index.vue b/src/modules/[chain]/account/index.vue
index 9425f532..fe1ecb08 100644
--- a/src/modules/[chain]/account/index.vue
+++ b/src/modules/[chain]/account/index.vue
@@ -57,11 +57,11 @@ function showPubkey(v: any) {
|