From 97b7ddf039748827df824770a6a9b088ffe496e2 Mon Sep 17 00:00:00 2001 From: Tangem Date: Mon, 12 Aug 2024 16:17:25 +0300 Subject: [PATCH] Updated on 2026-08-14 --- .../impl/presentation/ui/PushNotificationsScreen.kt | 2 +- .../wallet/ui/components/PushNotificationsBottomSheet.kt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/features/push-notifications/impl/src/main/java/com/tangem/features/pushnotifications/impl/presentation/ui/PushNotificationsScreen.kt b/features/push-notifications/impl/src/main/java/com/tangem/features/pushnotifications/impl/presentation/ui/PushNotificationsScreen.kt index a73e852c64..0e09e38cc3 100644 --- a/features/push-notifications/impl/src/main/java/com/tangem/features/pushnotifications/impl/presentation/ui/PushNotificationsScreen.kt +++ b/features/push-notifications/impl/src/main/java/com/tangem/features/pushnotifications/impl/presentation/ui/PushNotificationsScreen.kt @@ -51,7 +51,7 @@ internal fun PushNotificationsScreen( }, ), secondaryButton = ShowcaseButtonModel( - buttonText = resourceReference(R.string.common_cancel), + buttonText = resourceReference(R.string.common_later), onClick = onNeverRequest, ), modifier = Modifier.systemBarsPadding(), diff --git a/features/wallet/impl/src/main/java/com/tangem/feature/wallet/presentation/wallet/ui/components/PushNotificationsBottomSheet.kt b/features/wallet/impl/src/main/java/com/tangem/feature/wallet/presentation/wallet/ui/components/PushNotificationsBottomSheet.kt index aeaad6ef3f..ec20d2a8d6 100644 --- a/features/wallet/impl/src/main/java/com/tangem/feature/wallet/presentation/wallet/ui/components/PushNotificationsBottomSheet.kt +++ b/features/wallet/impl/src/main/java/com/tangem/feature/wallet/presentation/wallet/ui/components/PushNotificationsBottomSheet.kt @@ -76,7 +76,7 @@ private fun PushNotificationsSheetContent(content: PushNotificationsBottomSheetC ), ) { SecondaryButton( - text = stringResource(R.string.common_cancel), + text = stringResource(R.string.common_later), onClick = { content.onNeverRequest() onDismiss()