Fix typos

This commit is contained in:
Kwaroran
2025-03-08 19:27:09 +09:00
parent 4510bb65c2
commit 407112273e
2 changed files with 3 additions and 3 deletions

View File

@@ -709,7 +709,7 @@
{#if $selectedCharID < 0 || $settingsOpen}
<div>
<h1 class="text-xl">Welcome to RisuAI!</h1>
<span class="text-xs text-textcolor2">Select a bot to start chating</span>
<span class="text-xs text-textcolor2">Select a bot to start chatting</span>
</div>
{:else if DBState.db.characters[$selectedCharID]?.chaId === '§playground'}
<SideChatList bind:chara={ DBState.db.characters[$selectedCharID]} />