web/SettingsCategory: use general beta label

This commit is contained in:
wukko 2024-09-05 08:00:18 +06:00
parent b03c71eb14
commit 7a5e60f39a
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2
2 changed files with 2 additions and 4 deletions

View file

@ -123,7 +123,5 @@
"processing.enable_custom.title": "use a custom processing server", "processing.enable_custom.title": "use a custom processing server",
"processing.enable_custom.description": "cobalt will use a custom processing server if you choose to. even though cobalt has some security measures in place, we are not responsible for any damage done via a community instance, as we have no control over them.\n\nplease be mindful of what instances you use and make sure they're hosted by people you trust.", "processing.enable_custom.description": "cobalt will use a custom processing server if you choose to. even though cobalt has some security measures in place, we are not responsible for any damage done via a community instance, as we have no control over them.\n\nplease be mindful of what instances you use and make sure they're hosted by people you trust.",
"processing.custom.placeholder": "custom instance domain", "processing.custom.placeholder": "custom instance domain"
"feature.beta": "BETA"
} }

View file

@ -27,7 +27,7 @@
<div class="settings-content-header"> <div class="settings-content-header">
<h3 class="settings-content-title">{title}</h3> <h3 class="settings-content-title">{title}</h3>
{#if beta} {#if beta}
<div class="beta-label">{$t("settings.feature.beta")}</div> <div class="beta-label">{$t("general.beta")}</div>
{/if} {/if}
</div> </div>
<slot></slot> <slot></slot>