Skip to content

Commit

Permalink
fix: label on installation success is wrong (#98)
Browse files Browse the repository at this point in the history
## Motivation

<!-- List motivation and changes here -->

## Issues closed

<!-- List closed issues here -->
  • Loading branch information
pixelass committed Mar 25, 2024
1 parent ce6f627 commit 54f711f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/pages/[locale]/installer/02.tsx
Expand Up @@ -181,7 +181,7 @@ export function InstallScreen({ percent, status }: { percent: number; status: Do
case DownloadState.DONE: {
return (
<InstallStep
heading={t("labels:installtionSuccess")}
heading={t("labels:installationSuccess")}
illustration="/illustrations/minimalistic/discovery.svg"
>
<Box
Expand Down

0 comments on commit 54f711f

Please sign in to comment.