Fix typo in OtherBotSettings.svelte

This commit is contained in:
kwaroran
2024-05-23 01:52:43 +09:00
parent 7a1591bd20
commit a308910267

View File

@@ -243,7 +243,7 @@
<div class="flex">
<Check bind:check={$DataBase.hanuraiSplit} name="Text Spliting"/>
</div>
{:else if $DataBase.supaMemoryType === 'hypav2'}
{:else if $DataBase.supaMemoryType === 'hypaV2'}
<span class="text-textcolor mt-4">{language.HypaMemory} V2 is Experimental</span>
{:else if $DataBase.supaMemoryType !== 'none'}
<span class="text-textcolor mt-4">{language.SuperMemory} {language.model}</span>