From fe875066b5ccf8280116f41d61cd59ea98d26dc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcell=20F=C3=9CL=C3=96P?= Date: Mon, 20 Feb 2023 22:44:13 +0000 Subject: [PATCH] fix: typo --- frontend/src/i18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/i18n/en.json b/frontend/src/i18n/en.json index 0d0917b6..5975fa00 100644 --- a/frontend/src/i18n/en.json +++ b/frontend/src/i18n/en.json @@ -110,7 +110,7 @@ "login": { "createAnAccount": "Create an account", "loginInstead": "Already have an account", - "oidc": "Loin with OAuth", + "oidc": "Login with OAuth", "password": "Password", "passwordConfirm": "Password Confirmation", "passwordsDontMatch": "Passwords don't match",