From d3bc38f9ad9bcf13fc77c77ff992964478682b34 Mon Sep 17 00:00:00 2001 From: Magda Wojtowicz Date: Thu, 12 Sep 2024 08:12:07 +0200 Subject: [PATCH] wording --- .../android/demo/shop/ui/components/ConfirmCrashPopUp.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo-app/src/main/java/io/opentelemetry/android/demo/shop/ui/components/ConfirmCrashPopUp.kt b/demo-app/src/main/java/io/opentelemetry/android/demo/shop/ui/components/ConfirmCrashPopUp.kt index a316f7d9..5c4b3203 100644 --- a/demo-app/src/main/java/io/opentelemetry/android/demo/shop/ui/components/ConfirmCrashPopUp.kt +++ b/demo-app/src/main/java/io/opentelemetry/android/demo/shop/ui/components/ConfirmCrashPopUp.kt @@ -17,7 +17,7 @@ fun ConfirmCrashPopup( Text(text = "Are you sure?") }, text = { - Text(text = "This may crash the app.") + Text(text = "This will crash the app.") }, confirmButton = { TextButton(onClick = { onConfirm() }) {