chore: typo

This commit is contained in:
Tristan Yang
2022-12-02 08:10:27 +08:00
parent 529a40fe71
commit 298614cf22
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ const GoogleLoginInner: FC<Props> = ({ type = "login", loaded, loadError }) => {
switch (error.status) {
case 410:
toast.error(
"No associated account found, please user admin for an invitation link to join."
"No associated account found, please contact user admin for an invitation link to join."
);
break;
default: