diff --git a/frontend/pages/setup/[distro].tsx b/frontend/pages/setup/[distro].tsx index 170615d8b..d0390c035 100644 --- a/frontend/pages/setup/[distro].tsx +++ b/frontend/pages/setup/[distro].tsx @@ -28,8 +28,8 @@ export default function Setup({ return ( <> diff --git a/frontend/pages/setup/index.tsx b/frontend/pages/setup/index.tsx index ff53c74a9..77c40e89a 100644 --- a/frontend/pages/setup/index.tsx +++ b/frontend/pages/setup/index.tsx @@ -75,7 +75,7 @@ export default function Setup({ "w-full rounded-xl bg-flathub-white p-4 ps-9 shadow-md duration-500 dark:bg-flathub-arsenic/70", "placeholder-flathub-dark-gunmetal/50 focus:placeholder-flathub-dark-gunmetal/75 focus:outline-none dark:placeholder-flathub-granite-gray dark:focus:placeholder-flathub-sonic-silver dark:focus:outline-none", )} - placeholder={t("find-your-distrobution")} + placeholder={t("find-your-distribution")} onChange={(e) => setDistroFilter(e.target.value)} /> diff --git a/frontend/public/locales/en/common.json b/frontend/public/locales/en/common.json index b831331b5..af0ce2bd1 100644 --- a/frontend/public/locales/en/common.json +++ b/frontend/public/locales/en/common.json @@ -330,7 +330,7 @@ "the-linux-app-store": "The Linux App Store", "flathub-index-description": "Get the latest versions of all your favorite apps, for any Linux distribution", "app-eol": "This application is no longer available on Flathub", - "distrobution-flathub-setup": "{{distrobution}} Flathub Setup", - "find-your-distrobution": "Find your distrobution", + "distribution-flathub-setup": "{{distribution}} Flathub Setup", + "find-your-distribution": "Find your distribution", "no-results-found": "No results found" }