From 2d9530c0ed005425c907c81e36719b80ff9252ea Mon Sep 17 00:00:00 2001 From: fallenbagel <98979876+Fallenbagel@users.noreply.github.com> Date: Thu, 25 Jul 2024 22:02:34 +0500 Subject: [PATCH] refactor(i18n): fix a typo --- src/i18n/locale/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/locale/en.json b/src/i18n/locale/en.json index cf03cb8c..f4228630 100644 --- a/src/i18n/locale/en.json +++ b/src/i18n/locale/en.json @@ -1050,7 +1050,7 @@ "components.Setup.setup": "Setup", "components.Setup.signin": "Sign In", "components.Setup.signinMessage": "Get started by signing in", - "components.Setup.signinWithEmby": "Enter yourtEmby details", + "components.Setup.signinWithEmby": "Enter your Emby details", "components.Setup.signinWithJellyfin": "Enter your Jellyfin details", "components.Setup.signinWithPlex": "Enter your Plex details", "components.Setup.subtitle": "Get started by choosing your media server",