[fix] changed upload text

This commit is contained in:
kwaroran
2023-06-04 10:49:30 +09:00
parent 1128e0b521
commit e3b61ed24f

View File

@@ -28,7 +28,7 @@
<button class="bg-bgcolor p-2 rounded-lg ml-2" class:ring-1={nsfwMode} on:click={() => {nsfwMode = true}}>🔞 NSFW</button>
</div>
{#if nsfwMode}
<span class="text-gray-400 text-sm">Grotesque Contents and Child poronography would be banned.</span>
<span class="text-gray-400 text-sm">Grotesque Contents and non-adult characters with NSFW would be banned.</span>
{/if}
{#if privateMode}
<span class="text-gray-400 text-sm">Private characters can be removed from the server if there is only a few downloads.</span>