mirror of
https://github.com/jeffvli/feishin.git
synced 2026-07-07 11:09:58 +02:00
Use proper casing for i18n locales (#1998)
This commit is contained in:
@@ -28,7 +28,7 @@ export const ActionBar = () => {
|
||||
open();
|
||||
}
|
||||
}}
|
||||
placeholder={t('common.search', { postProcess: 'titleCase' })}
|
||||
placeholder={t('common.search')}
|
||||
readOnly
|
||||
/>
|
||||
</Grid.Col>
|
||||
|
||||
Reference in New Issue
Block a user