From f228307859022fb55fb605562c03397aa8c80cff Mon Sep 17 00:00:00 2001 From: Yasien Mac Mini Date: Fri, 21 Nov 2025 09:34:40 +0200 Subject: [PATCH] Update Business QR code share text --- .../business_profile/package_tools/mih_business_qr_code.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frontend/lib/mih_packages/mzansi_profile/business_profile/package_tools/mih_business_qr_code.dart b/Frontend/lib/mih_packages/mzansi_profile/business_profile/package_tools/mih_business_qr_code.dart index 795ed2f1..0c9dc106 100644 --- a/Frontend/lib/mih_packages/mzansi_profile/business_profile/package_tools/mih_business_qr_code.dart +++ b/Frontend/lib/mih_packages/mzansi_profile/business_profile/package_tools/mih_business_qr_code.dart @@ -426,7 +426,7 @@ class _MihBusinessQrCodeState extends State { onTap: () { shareMIHLink( context, - "Check out ${business.Name} on the MIH app", + "Check out ${business.Name} on the MIH app's Mzansi Directory", "$qrCodedata${business.business_id}", ); },