mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
web/SettingsCategory: use general beta label
This commit is contained in:
parent
b03c71eb14
commit
7a5e60f39a
2 changed files with 2 additions and 4 deletions
|
@ -123,7 +123,5 @@
|
|||
"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.custom.placeholder": "custom instance domain",
|
||||
|
||||
"feature.beta": "BETA"
|
||||
"processing.custom.placeholder": "custom instance domain"
|
||||
}
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
<div class="settings-content-header">
|
||||
<h3 class="settings-content-title">{title}</h3>
|
||||
{#if beta}
|
||||
<div class="beta-label">{$t("settings.feature.beta")}</div>
|
||||
<div class="beta-label">{$t("general.beta")}</div>
|
||||
{/if}
|
||||
</div>
|
||||
<slot></slot>
|
||||
|
|
Loading…
Reference in a new issue