Skip to content

Commit

Permalink
hide smart-address
Browse files Browse the repository at this point in the history
  • Loading branch information
2z2z2z committed Dec 9, 2024
1 parent ec7f649 commit fcdcd88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions lang/ru.js
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ export default {
'telegram-find-address-description-1': 'Вам нужно будет отправить',
'telegram-find-address-description-2': 'Telegram боту.',
'telegram-find-address-button': 'этот Minter-адрес',
'only-console': 'Депозит доступен только через',
},
'topup-network': {
'title': 'Пополнить через',
Expand Down
3 changes: 2 additions & 1 deletion pages/topup/instant.vue
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ export default {

<div class="card__content card__content--medium" v-if="!isDepositProcessing && !successDeposit">
<!-- evm -->
<TopupSmartWalletForm/>
<p>{{ $td('The deposit is only available from', 'deposit.only-console') }} <a href="https://console.minter.network/hub" target="_blank">Minter Console</a>.</p>
<!-- <TopupSmartWalletForm/> -->

<!-- p2p -->
<!--<template v-if="isMainnet">
Expand Down

0 comments on commit fcdcd88

Please sign in to comment.