mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-23 04:36:52 +00:00
Set plural key
This commit is contained in:
@@ -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>
|
||||
|
@@ -241,6 +241,7 @@ export const HomeDesktop = ({
|
||||
</>
|
||||
)}
|
||||
</Box>
|
||||
|
||||
<Spacer height="26px" />
|
||||
|
||||
{/* <Box
|
||||
|
@@ -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: {
|
||||
|
Reference in New Issue
Block a user