grammer mistake after delete business user
This commit is contained in:
parent
33471f4291
commit
f4026b1eb8
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ class _BuildEmployeeListState extends State<BuildEmployeeList> {
|
|||
),
|
||||
);
|
||||
String message =
|
||||
"The employee has been deleted successfully. This means it will no longer have access to your business profile";
|
||||
"The employee has been deleted successfully. This means they will no longer have access to your business profile";
|
||||
successPopUp(message);
|
||||
} else {
|
||||
internetConnectionPopUp();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue