diff --git a/src/components/AppearanceSettings.tsx b/src/components/AppearanceSettings.tsx index 9e03f90..f5961aa 100644 --- a/src/components/AppearanceSettings.tsx +++ b/src/components/AppearanceSettings.tsx @@ -50,7 +50,7 @@ export const AppearanceSettings: FC = () => { } />
-
+
{i18n.exists('locale:name', { lng, fallbackLng: [] }) ? `${t('locale:name', { lng })}` : '???'}