mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-17 17:04:16 +02:00
Use proper casing for i18n locales (#1998)
This commit is contained in:
@@ -19,7 +19,7 @@ interface GenreListHeaderProps {
|
||||
export const GenreListHeader = ({ title }: GenreListHeaderProps) => {
|
||||
const { t } = useTranslation();
|
||||
|
||||
const pageTitle = title || t('page.genreList.title', { postProcess: 'titleCase' });
|
||||
const pageTitle = title || t('page.genreList.title');
|
||||
|
||||
return (
|
||||
<Stack gap={0}>
|
||||
|
||||
Reference in New Issue
Block a user