mirror of
https://github.com/jeffvli/feishin.git
synced 2026-07-23 10:56:28 +02:00
Use proper casing for i18n locales (#1998)
This commit is contained in:
@@ -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>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user