Skip to content

Commit

Permalink
fix wrong password
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpapst committed Oct 24, 2024
1 parent 2d7d70b commit a0687d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/store-item.html
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ <h2 id="demo">{{ site.data[page.lang].translation.try-it }}</h2>
<p>
{{ site.data[page.lang].translation.username }}: <strong>susan_super</strong>
<br>
{{ site.data[page.lang].translation.password }}: <strong>token</strong>
{{ site.data[page.lang].translation.password }}: <strong>password</strong>
</p>
<p class="mb-2">
<a href="{% link _pages/demo.md %}">{{ site.data[page.lang].translation.plugin-demo-accounts }}</a>.
Expand Down

0 comments on commit a0687d4

Please sign in to comment.