mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-16 13:40:24 +02:00
remove direct references to plural translation keys
This commit is contained in:
@@ -120,7 +120,7 @@ export const FeaturedGenres = () => {
|
||||
<>
|
||||
<Group align="flex-end" justify="space-between">
|
||||
<TextTitle fw={700} isNoSelect order={3}>
|
||||
{t('entity.genre_other', { postProcess: 'titleCase' })}
|
||||
{t('entity.genre', { count: 2, postProcess: 'titleCase' })}
|
||||
</TextTitle>
|
||||
<Button
|
||||
component={Link}
|
||||
|
||||
Reference in New Issue
Block a user