diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..27c64bc Binary files /dev/null and b/.DS_Store differ diff --git a/app/src/main/java/edu/card/clarity/presentation/purchaseBenefitsScreen/GeolocationPopup.kt b/app/src/main/java/edu/card/clarity/presentation/purchaseBenefitsScreen/GeolocationPopup.kt index 3997089..b661445 100644 --- a/app/src/main/java/edu/card/clarity/presentation/purchaseBenefitsScreen/GeolocationPopup.kt +++ b/app/src/main/java/edu/card/clarity/presentation/purchaseBenefitsScreen/GeolocationPopup.kt @@ -51,7 +51,7 @@ fun GeolocationPopup( ) Spacer(modifier = Modifier.height(8.dp)) Text( - text = "Would you like to shop in this purchase type?", + text = "Would you explore benefits in ${geolocationInference.purchaseType}?", style = MaterialTheme.typography.bodyLarge, textAlign = TextAlign.Center, modifier = Modifier.fillMaxWidth().padding(horizontal = 16.dp)