Skip to content

Commit

Permalink
Merge pull request #838 from Arnei/fix-landing-page-typo
Browse files Browse the repository at this point in the history
Remove superfluos "=" on landing page
  • Loading branch information
Arnei authored Oct 19, 2022
2 parents 8bdb4a4 + 0d6dbdc commit 022d24b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/Landing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import { useTranslation } from 'react-i18next';
</li>
<li>
{t("landing.start-editing-1")}
<code> ?=id=[media-package-id]</code>
<code> ?id=[media-package-id]</code>
{t("landing.start-editing-2")}
</li>
<li>
Expand Down

0 comments on commit 022d24b

Please sign in to comment.