mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-24 21:07:41 +02:00
convert EN localization to use proper casing, remove postprocessing from renderer
This commit is contained in:
@@ -234,7 +234,7 @@ const DummyAlbumDetailRoute = () => {
|
||||
<Group mr={5}>
|
||||
<Icon fill="error" icon="error" size={30} />
|
||||
</Group>
|
||||
<h2>{t('error.badAlbum', { postProcess: 'sentenceCase' })}</h2>
|
||||
<h2>{t('error.badAlbum')}</h2>
|
||||
</Center>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user