diff --git a/app/components/UI/ApprovalTagUrl/ApprovalTagUrl.tsx b/app/components/UI/ApprovalTagUrl/ApprovalTagUrl.tsx index 496b1db9515..c66a2390c3d 100644 --- a/app/components/UI/ApprovalTagUrl/ApprovalTagUrl.tsx +++ b/app/components/UI/ApprovalTagUrl/ApprovalTagUrl.tsx @@ -53,8 +53,6 @@ const ApprovalTagUrl = ({ if (url || currentEnsName) { title = prefixUrlWithProtocol(currentEnsName || url || ''); - } else { - title = ''; } return title; diff --git a/app/components/Views/confirmations/components/TransactionReview/TransactionReviewEIP1559/index.js b/app/components/Views/confirmations/components/TransactionReview/TransactionReviewEIP1559/index.js index d829da13560..022d934fb0e 100644 --- a/app/components/Views/confirmations/components/TransactionReview/TransactionReviewEIP1559/index.js +++ b/app/components/Views/confirmations/components/TransactionReview/TransactionReviewEIP1559/index.js @@ -157,7 +157,7 @@ const TransactionReviewEIP1559 = ({ > {!origin ? strings('transaction_review_eip1559.estimated_gas_fee') - : strings('transaction_review_eip1559.estimated_fee')} + : strings('transaction_review_eip1559.network_fee')} diff --git a/app/components/Views/confirmations/components/TransactionReview/TransactionReviewEIP1559Update/index.tsx b/app/components/Views/confirmations/components/TransactionReview/TransactionReviewEIP1559Update/index.tsx index b4c0cf82684..f34ce0e0dd5 100644 --- a/app/components/Views/confirmations/components/TransactionReview/TransactionReviewEIP1559Update/index.tsx +++ b/app/components/Views/confirmations/components/TransactionReview/TransactionReviewEIP1559Update/index.tsx @@ -129,7 +129,7 @@ const TransactionReviewEIP1559Update = ({ > {!origin ? strings('transaction_review_eip1559.estimated_gas_fee') - : strings('transaction_review_eip1559.estimated_fee')} + : strings('transaction_review_eip1559.network_fee')} diff --git a/locales/languages/en.json b/locales/languages/en.json index 968249ecb7a..2f87adfaf6e 100644 --- a/locales/languages/en.json +++ b/locales/languages/en.json @@ -2946,7 +2946,7 @@ }, "transaction_review_eip1559": { "estimated_gas_fee": "Estimated gas fee", - "estimated_fee": "Estimated fee", + "network_fee": "Network fee", "max_fee": "Max fee", "total": "Total", "max_amount": "Max amount",