Use proper casing for i18n locales (#1998)

This commit is contained in:
Jeff
2026-05-11 19:42:07 -07:00
committed by GitHub
parent e49e488b4c
commit e2a1d813a9
224 changed files with 17323 additions and 18474 deletions
@@ -34,7 +34,7 @@ export const ServerList = () => {
),
},
modal: 'base',
title: t('form.addServer.title', { postProcess: 'titleCase' }),
title: t('form.addServer.title'),
});
};
@@ -79,7 +79,7 @@ export const ServerList = () => {
leftSection={<Icon icon="add" />}
onClick={handleAddServerModal}
>
{t('form.addServer.title', { postProcess: 'titleCase' })}
{t('form.addServer.title')}
</Button>
</Group>
)}