Updated on 2026-08-14

This commit is contained in:
Tangem 2024-08-12 16:17:25 +03:00
parent 19803b2d49
commit 97b7ddf039
2 changed files with 2 additions and 2 deletions

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