From f8c34213cb70e1e94d1836349d4d05a3b491b15a Mon Sep 17 00:00:00 2001 From: matty Date: Mon, 5 Aug 2024 19:46:09 -0400 Subject: [PATCH] maybe fr fr fix it? --- server/lib/settings.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/lib/settings.ts b/server/lib/settings.ts index 47e49d75..3b82fdde 100644 --- a/server/lib/settings.ts +++ b/server/lib/settings.ts @@ -506,7 +506,7 @@ function initThemingSettings ({ registerSetting }: RegisterServerOptions): void private: true, options: [ { value: 'sepia', label: loc('avatar_set_option_sepia') }, - { value: 'NCTV', label: loc('avatar_set_option_nctv') }, + { value: 'nctv', label: loc('avatar_set_option_nctv') }, { value: 'cat', label: loc('avatar_set_option_cat') }, { value: 'bird', label: loc('avatar_set_option_bird') }, { value: 'fenec', label: loc('avatar_set_option_fenec') },