Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -455,13 +455,13 @@
{/if}

<p style="width: 100%; text-align: center;">
<i>
<strong>
<LocalizedText
text="Scratch Note: Please don't mention PenguinMod on Scratch, we have different rules compared to Scratch! 😅"
key="home.scratchnote"
text="Scratch Note: Don't mention PenguinMod on Scratch. We have more lenient rules compared to Scratch."
key="home.scratchnotenew"
lang={currentLang}
/>
</i>
</strong>
</p>

<div class="section-categories">
Expand Down