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):