mirror of
https://github.com/stashapp/stash.git
synced 2025-12-16 20:07:05 +03:00
Fix variables for help links in Stash Setup Wizard (#5661)
Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
This commit is contained in:
@@ -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>
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user