mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-11 23:04:40 +02:00
Use proper casing for i18n locales (#1998)
This commit is contained in:
@@ -55,11 +55,11 @@ export const UpdateAvailableDialog = () => {
|
||||
>
|
||||
<Stack gap="md">
|
||||
<Text fw={700} size="md">
|
||||
{t('common.newVersionAvailable', { postProcess: 'sentenceCase' })} - {version}
|
||||
{t('common.newVersionAvailable')} - {version}
|
||||
</Text>
|
||||
<Group justify="flex-end">
|
||||
<Button onClick={handleDismiss} size="xs" variant="default">
|
||||
{t('common.dismiss', { postProcess: 'titleCase' })}
|
||||
{t('common.dismiss')}
|
||||
</Button>
|
||||
<Button
|
||||
component="a"
|
||||
@@ -70,7 +70,7 @@ export const UpdateAvailableDialog = () => {
|
||||
target="_blank"
|
||||
variant="filled"
|
||||
>
|
||||
{t('action.viewMore', { postProcess: 'titleCase' })}
|
||||
{t('action.viewMore')}
|
||||
</Button>
|
||||
</Group>
|
||||
</Stack>
|
||||
|
||||
Reference in New Issue
Block a user