From 63db6d2a70a9304d99c6e8e982542842616cec4d Mon Sep 17 00:00:00 2001 From: Dmitry Fedorov <80246944+fedorov-d@users.noreply.github.com> Date: Fri, 18 Oct 2024 15:09:46 +0400 Subject: [PATCH] IOS-8298 Update texts --- Tangem/Modules/Send/SendMainButtonType.swift | 2 +- .../Send/StakingNotifications/StakingNotificationEvent.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Tangem/Modules/Send/SendMainButtonType.swift b/Tangem/Modules/Send/SendMainButtonType.swift index 47f2d6c982..52ecae74d9 100644 --- a/Tangem/Modules/Send/SendMainButtonType.swift +++ b/Tangem/Modules/Send/SendMainButtonType.swift @@ -37,7 +37,7 @@ enum SendFlowActionType: Hashable { var title: String { switch self { case .send: Localization.commonSend - case .approve: Localization.commonApprove + case .approve: Localization.givePermissionTitle case .stake: Localization.commonStake case .unstake: Localization.commonUnstake case .claimRewards: Localization.commonClaimRewards diff --git a/Tangem/Modules/Send/StakingNotifications/StakingNotificationEvent.swift b/Tangem/Modules/Send/StakingNotifications/StakingNotificationEvent.swift index 9b641fcbf3..71299b60a2 100644 --- a/Tangem/Modules/Send/StakingNotifications/StakingNotificationEvent.swift +++ b/Tangem/Modules/Send/StakingNotifications/StakingNotificationEvent.swift @@ -59,7 +59,7 @@ extension StakingNotificationEvent: NotificationEvent { var description: String? { switch self { case .approveTransactionInProgress: - Localization.warningExpressApprovalInProgressMessage + Localization.warningApprovalInProgressMessage case .feeWillBeSubtractFromSendingAmount(let cryptoAmountFormatted, let fiatAmountFormatted): Localization.commonNetworkFeeWarningContent(cryptoAmountFormatted, fiatAmountFormatted) case .unstake(let description):