diff --git a/public/locales/en/core.json b/public/locales/en/core.json
index b9ea602..0674642 100644
--- a/public/locales/en/core.json
+++ b/public/locales/en/core.json
@@ -7,11 +7,12 @@
"edit": "edit",
"error": "an error occurred",
"last_height": "last height",
+ "loading": "loading...",
"price": "price",
"save": "save",
"supply": "supply",
"title": "title",
"wallet": "wallet",
- "wallet_many": "wallets",
+ "wallet_other": "wallets",
"welcome": "welcome"
}
diff --git a/public/locales/it/core.json b/public/locales/it/core.json
index db7e120..6376e0a 100644
--- a/public/locales/it/core.json
+++ b/public/locales/it/core.json
@@ -6,8 +6,13 @@
"description": "descrizione",
"edit": "modifica",
"error": "si รจ verificato un errore",
+ "last_height": "ultimo blocco",
"loading": "caricamento...",
+ "price": "prezzo",
"save": "salva",
"supply": "offerta",
- "title": "titolo"
+ "title": "titolo",
+ "wallet": "wallet",
+ "wallet_other": "wallet",
+ "welcome": "benvenuto"
}
diff --git a/src/components/Explore/Explore.tsx b/src/components/Explore/Explore.tsx
index 4ec6488..ae1988e 100644
--- a/src/components/Explore/Explore.tsx
+++ b/src/components/Explore/Explore.tsx
@@ -124,7 +124,7 @@ export const Explore = ({ setDesktopViewMode }) => {
fontSize: '1rem',
}}
>
- {t('core:wallet', { count: 100, postProcess: 'capitalize' })}
+ {t('core:wallet_other', { postProcess: 'capitalize' })}
diff --git a/src/components/Group/HomeDesktop.tsx b/src/components/Group/HomeDesktop.tsx
index 0c6ca85..d0f2459 100644
--- a/src/components/Group/HomeDesktop.tsx
+++ b/src/components/Group/HomeDesktop.tsx
@@ -241,6 +241,7 @@ export const HomeDesktop = ({
>
)}
+
{/* {
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: {