mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
convert EN localization to use proper casing, remove postprocessing from renderer
This commit is contained in:
@@ -18,7 +18,7 @@ interface FolderListHeaderProps {
|
||||
export const FolderListHeader = ({ title }: FolderListHeaderProps) => {
|
||||
const { t } = useTranslation();
|
||||
|
||||
const pageTitle = title || t('page.folderList.title', { postProcess: 'titleCase' });
|
||||
const pageTitle = title || t('page.folderList.title');
|
||||
|
||||
return (
|
||||
<Stack gap={0}>
|
||||
|
||||
Reference in New Issue
Block a user