Skip to content

Commit

Permalink
Fix variables for help links in Stash Setup Wizard (#5661)
Browse files Browse the repository at this point in the history
Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
  • Loading branch information
DogmaDragon and WithoutPants authored Feb 18, 2025
1 parent 3ea49c6 commit e041ad1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/v2.5/src/components/Setup/Setup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@ const ErrorStep: React.FC<{ error: string; goBack: () => void }> = ({
<p>
<FormattedMessage
id="setup.errors.something_went_wrong_description"
values={{ GithubLink, DiscordLink }}
values={{ githubLink: GithubLink, discordLink: DiscordLink }}
/>
</p>
</section>
Expand Down Expand Up @@ -881,7 +881,7 @@ const SuccessStep: React.FC<{}> = () => {
<p>
<FormattedMessage
id="setup.success.help_links"
values={{ DiscordLink, GithubLink }}
values={{ discordLink: DiscordLink, githubLink: GithubLink }}
/>
</p>
</section>
Expand Down

0 comments on commit e041ad1

Please # to comment.