Skip to content

Commit

Permalink
s/distrobution/distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
barthalion committed Jun 28, 2023
1 parent b08439f commit d596122
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions frontend/pages/setup/[distro].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ export default function Setup({
return (
<>
<NextSeo
title={t("distrobution-flathub-setup", {
distrobution: distroData.name,
title={t("distribution-flathub-setup", {
distribution: distroData.name,
})}
description={t("setup-flathub-description")}
/>
Expand Down
2 changes: 1 addition & 1 deletion frontend/pages/setup/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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)}
/>
</div>
Expand Down
4 changes: 2 additions & 2 deletions frontend/public/locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit d596122

Please sign in to comment.