Updated on 2026-08-14

This commit is contained in:
Tangem 2024-08-12 15:19:11 +02:00
commit f72cc0d77a
2 changed files with 2 additions and 2 deletions

View file

@ -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(),

View file

@ -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()