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:
+1 -1
View File
@@ -40,7 +40,7 @@ const GithubCallback: FC<Props> = ({ code, from = "webapp" }) => {
switch ((error as FetchBaseQueryError).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:
+1 -1
View File
@@ -71,7 +71,7 @@ export default function LoginPage() {
break;
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;
case 451: