From 88e5f8a6af68439d1d102ee05bf38eff003d7ef2 Mon Sep 17 00:00:00 2001 From: nymkappa <1612910616@pm.me> Date: Sat, 18 Nov 2023 17:15:04 +0900 Subject: [PATCH] remove upgrade link when feature not available --- .../shared/components/mempool-error/mempool-error.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/shared/components/mempool-error/mempool-error.component.ts b/frontend/src/app/shared/components/mempool-error/mempool-error.component.ts index 19e057950..d7f1d265d 100644 --- a/frontend/src/app/shared/components/mempool-error/mempool-error.component.ts +++ b/frontend/src/app/shared/components/mempool-error/mempool-error.component.ts @@ -13,7 +13,7 @@ const MempoolErrors = { 'invalid_tx_dependencies': `This transaction dependencies are not valid.`, 'mempool_rejected_raw_tx': `Our mempool rejected this transaction`, 'no_mining_pool_available': `No mining pool available at the moment`, - 'not_available': `You current subscription does not allow you to access this feature. Consider upgrading.`, + 'not_available': `You current subscription does not allow you to access this feature.`, 'not_enough_balance': `Your account balance is too low. Please make a deposit.`, 'not_verified': `You must verify your account to use this feature.`, 'recommended_fees_not_available': `Recommended fees are not available right now.`,