Fix help keys
This commit is contained in:
@@ -162,14 +162,14 @@
|
||||
</div>
|
||||
<div class="flex items-center mt-4">
|
||||
<Check bind:check={DBState.db.automaticCachePoint} name={language.automaticCachePoint}>
|
||||
<Help key="experimental"/><Help key="experimental"/>
|
||||
<Help key="automaticCachePoint"/><Help key="experimental"/>
|
||||
</Check>
|
||||
</div>
|
||||
|
||||
{#if !isNodeServer}
|
||||
<div class="flex items-center mt-4">
|
||||
<Check bind:check={DBState.db.chatCompression} name={language.experimentalChatCompression}>
|
||||
<Help key="experimental"/><Help key="experimental"/>
|
||||
<Help key="experimentalChatCompressionDesc"/><Help key="experimental"/>
|
||||
</Check>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user