Skip to content

Commit

Permalink
fix(dashboard): empty bests sales
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikadows committed Jul 3, 2022
1 parent 2912e48 commit e5e37be
Show file tree
Hide file tree
Showing 5 changed files with 4,028 additions and 28 deletions.
4 changes: 3 additions & 1 deletion public/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"rewards": "Rewards",
"recipe": "Recipes",
"report": "Reports",
"events": "Events",
"logout": "Logout"
},
"orders": {
Expand Down Expand Up @@ -258,7 +259,8 @@
"recipes": "Online recipes"
},
"sales": {
"title": "Best sellers"
"title": "Best sellers this month",
"empty": "No sales yet"
}
}
}
4 changes: 3 additions & 1 deletion public/locales/fr/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"rewards": "Récompenses",
"recipe": "Recettes",
"report": "Signalements",
"events": "Evénements",
"logout": "Se déconnecter"
},
"orders": {
Expand Down Expand Up @@ -262,7 +263,8 @@
"recipes": "Recettes en ligne"
},
"sales": {
"title": "Produits les plus vendues"
"title": "Les plus vendues ce mois",
"empty": "Aucun produit n'a été vendu ce mois-ci"
}
}
}
Loading

0 comments on commit e5e37be

Please sign in to comment.