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}