Set plural key

This commit is contained in:
Nicola Benaglia
2025-04-21 21:18:50 +02:00
parent 59573a43ab
commit aace10c853
5 changed files with 12 additions and 5 deletions

View File

@@ -124,7 +124,7 @@ export const Explore = ({ setDesktopViewMode }) => {
fontSize: '1rem',
}}
>
{t('core:wallet', { count: 100, postProcess: 'capitalize' })}
{t('core:wallet_other', { postProcess: 'capitalize' })}
</Typography>
</ButtonBase>
</Box>

View File

@@ -241,6 +241,7 @@ export const HomeDesktop = ({
</>
)}
</Box>
<Spacer height="26px" />
{/* <Box

View File

@@ -162,7 +162,7 @@ export const useHandleTutorials = () => {
setOpenTutorialModal({
multi: [
{
title: t('tutorial:app.dashboard', {
title: t('tutorial:apps.dashboard', {
postProcess: 'capitalize',
}),
resource: {
@@ -173,7 +173,7 @@ export const useHandleTutorials = () => {
},
},
{
title: t('tutorial:app.navigation', {
title: t('tutorial:apps.navigation', {
postProcess: 'capitalize',
}),
resource: {