From 1cc43cee93d3326e620d9d728f6c866b4afe5f7f Mon Sep 17 00:00:00 2001 From: fallenbagel <98979876+Fallenbagel@users.noreply.github.com> Date: Thu, 25 Jul 2024 22:00:20 +0500 Subject: [PATCH] refactor: use title case for servertype i18n message --- src/components/Setup/index.tsx | 2 +- src/i18n/locale/en.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Setup/index.tsx b/src/components/Setup/index.tsx index 05ba82c6..742664d3 100644 --- a/src/components/Setup/index.tsx +++ b/src/components/Setup/index.tsx @@ -31,7 +31,7 @@ const messages = defineMessages('components.Setup', { finish: 'Finish Setup', finishing: 'Finishing…', continue: 'Continue', - servertype: 'Choose server type', + servertype: 'Choose Server Type', signin: 'Sign In', configuremediaserver: 'Configure Media Server', configureservices: 'Configure Services', diff --git a/src/i18n/locale/en.json b/src/i18n/locale/en.json index b6053b00..cf03cb8c 100644 --- a/src/i18n/locale/en.json +++ b/src/i18n/locale/en.json @@ -1046,11 +1046,11 @@ "components.Setup.finish": "Finish Setup", "components.Setup.finishing": "Finishing…", "components.Setup.scanbackground": "Scanning will run in the background. You can continue the setup process in the meantime.", - "components.Setup.servertype": "Choose server type", + "components.Setup.servertype": "Choose Server Type", "components.Setup.setup": "Setup", "components.Setup.signin": "Sign In", "components.Setup.signinMessage": "Get started by signing in", - "components.Setup.signinWithEmby": "Enter your Emby details", + "components.Setup.signinWithEmby": "Enter yourtEmby 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",