mirror of
https://github.com/jeffvli/feishin.git
synced 2026-07-21 18:06:30 +02:00
Use proper casing for i18n locales (#1998)
This commit is contained in:
@@ -545,7 +545,7 @@ export const MobileFullscreenPlayer = () => {
|
||||
variant={isPageHovered ? 'default' : 'subtle'}
|
||||
/>
|
||||
<Text fw={600} size="lg">
|
||||
{t('page.fullscreenPlayer.lyrics', { postProcess: 'sentenceCase' })}
|
||||
{t('page.fullscreenPlayer.lyrics')}
|
||||
</Text>
|
||||
<ActionIcon
|
||||
icon="x"
|
||||
|
||||
Reference in New Issue
Block a user