@@ -71,12 +71,12 @@ async function DashboardStats() {
7171 < div className = "rounded-xl bg-blue-500 p-2" >
7272 < Users className = "h-5 w-5 text-white" />
7373 </ div >
74- < span className = "text-xs font-medium uppercase tracking-wider text-blue-600 dark:text-blue-400" > Communauté </ span >
74+ < span className = "text-xs font-medium uppercase tracking-wider text-blue-600 dark:text-blue-400" > Community </ span >
7575 </ div >
7676 < h3 className = "text-3xl font-bold text-gray-900 dark:text-white" > { stats . totalUsers . toLocaleString ( ) } </ h3 >
77+ < p className = "text-xs text-gray-600 dark:text-gray-300" > Users</ p >
7778 < p className = "text-sm text-gray-600 dark:text-gray-300" >
78- < p className = "text-xs text-gray-600 dark:text-gray-300" > Utilisateurs</ p >
79- < span className = "font-semibold text-green-600 dark:text-green-400" > +{ stats . recentUsers } </ span > cette semaine
79+ < span className = "font-semibold text-green-600 dark:text-green-400" > +{ stats . recentUsers } </ span > this week
8080 </ p >
8181 </ div >
8282 < div className = "transition-transform duration-200 group-hover:rotate-6" >
@@ -102,7 +102,7 @@ async function DashboardStats() {
102102 </ div >
103103 < h3 className = "text-2xl font-bold text-gray-900 dark:text-white" > { stats . totalWorkoutSessions . toLocaleString ( ) } </ h3 >
104104 < p className = "text-xs text-gray-600 dark:text-gray-300" > Sessions</ p >
105- < p className = "text-xs text-green-600 dark:text-green-400" > +{ stats . recentWorkouts } cette semaine </ p >
105+ < p className = "text-xs text-green-600 dark:text-green-400" > +{ stats . recentWorkouts } this week </ p >
106106 </ div >
107107 </ div >
108108 </ div >
@@ -124,7 +124,7 @@ async function DashboardStats() {
124124 </ div >
125125 </ div >
126126 < h3 className = "text-xl font-bold text-gray-900 dark:text-white" > { stats . totalPrograms . toLocaleString ( ) } </ h3 >
127- < p className = "text-xs text-gray-600 dark:text-gray-300" > Programmes </ p >
127+ < p className = "text-xs text-gray-600 dark:text-gray-300" > Programs </ p >
128128 </ div >
129129 </ div >
130130
@@ -142,7 +142,7 @@ async function DashboardStats() {
142142 </ div >
143143 </ div >
144144 < h3 className = "text-2xl font-bold text-gray-900 dark:text-white" > { stats . totalExercises . toLocaleString ( ) } </ h3 >
145- < p className = "text-xs text-gray-600 dark:text-gray-300" > Exercices </ p >
145+ < p className = "text-xs text-gray-600 dark:text-gray-300" > Exercises </ p >
146146 </ div >
147147 </ div >
148148
@@ -161,7 +161,7 @@ async function DashboardStats() {
161161 </ div >
162162 </ div >
163163 < h3 className = "text-xl font-bold text-gray-900 dark:text-white" > { stats . activeSubscriptions } </ h3 >
164- < p className = "text-xs text-gray-600 dark:text-gray-300" > Abonnés </ p >
164+ < p className = "text-xs text-gray-600 dark:text-gray-300" > Subscribers </ p >
165165 </ div >
166166 </ div >
167167 </ div >
0 commit comments