diff --git a/src/modules/[chain]/account/[address].vue b/src/modules/[chain]/account/[address].vue index d65eb557..5504be06 100644 --- a/src/modules/[chain]/account/[address].vue +++ b/src/modules/[chain]/account/[address].vue @@ -138,7 +138,7 @@ function updateEvent() {
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) {
|