diff --git a/Frontend/lib/mih_packages/mzansi_profile/business_profile/package_tools/mih_business_details.dart b/Frontend/lib/mih_packages/mzansi_profile/business_profile/package_tools/mih_business_details.dart index 4c3d195d..ed3a9568 100644 --- a/Frontend/lib/mih_packages/mzansi_profile/business_profile/package_tools/mih_business_details.dart +++ b/Frontend/lib/mih_packages/mzansi_profile/business_profile/package_tools/mih_business_details.dart @@ -117,7 +117,7 @@ class _MihBusinessDetailsState extends State { showDialog( context: context, builder: (context) { - return const MIHErrorMessage(errorType: "Error"); + return const MIHErrorMessage(errorType: "Internet Connection"); }, ); }