From 7a5e60f39ad9df4ac72b290ef76318d8de0c9e05 Mon Sep 17 00:00:00 2001 From: wukko Date: Thu, 5 Sep 2024 08:00:18 +0600 Subject: [PATCH] web/SettingsCategory: use general beta label --- web/i18n/en/settings.json | 4 +--- web/src/components/settings/SettingsCategory.svelte | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/web/i18n/en/settings.json b/web/i18n/en/settings.json index 031b381a..6baddb1f 100644 --- a/web/i18n/en/settings.json +++ b/web/i18n/en/settings.json @@ -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" } diff --git a/web/src/components/settings/SettingsCategory.svelte b/web/src/components/settings/SettingsCategory.svelte index 6a85fcb5..d97a40a4 100644 --- a/web/src/components/settings/SettingsCategory.svelte +++ b/web/src/components/settings/SettingsCategory.svelte @@ -27,7 +27,7 @@

{title}

{#if beta} -
{$t("settings.feature.beta")}
+
{$t("general.beta")}
{/if}