Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
fix: access the vue-i18n property at the root (#1779)
Browse files Browse the repository at this point in the history
  • Loading branch information
brenopolanski committed Mar 9, 2020
1 parent b8e7672 commit 4374e6a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -192,7 +192,7 @@ export default {
if (await WalletService.hasBridgechains(this.currentWallet, this)) {
businessResignOption.disabled = true
businessResignOption.tooltip = {
content: this.$t('WALLET_HEADING.ACTIONS.BUSINESS.CANNOT_RESIGN'),
content: this.$root.$t('WALLET_HEADING.ACTIONS.BUSINESS.CANNOT_RESIGN'),
placement: 'left'
}
}
Expand Down

0 comments on commit 4374e6a

Please sign in to comment.