Update Business QR code share text

This commit is contained in:
2025-11-21 09:34:40 +02:00
parent ab9cbce41c
commit f228307859

View File

@@ -426,7 +426,7 @@ class _MihBusinessQrCodeState extends State<MihBusinessQrCode> {
onTap: () { onTap: () {
shareMIHLink( shareMIHLink(
context, context,
"Check out ${business.Name} on the MIH app", "Check out ${business.Name} on the MIH app's Mzansi Directory",
"$qrCodedata${business.business_id}", "$qrCodedata${business.business_id}",
); );
}, },