add core4ct error message
This commit is contained in:
parent
07ef522a10
commit
efda077a2a
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ class _MihBusinessDetailsState extends State<MihBusinessDetails> {
|
|||
showDialog(
|
||||
context: context,
|
||||
builder: (context) {
|
||||
return const MIHErrorMessage(errorType: "Error");
|
||||
return const MIHErrorMessage(errorType: "Internet Connection");
|
||||
},
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue