Browse Source

fix(dashboard): Localize empty widgets message

Relates to #4004
Housein Abo Shaar 1 week ago
parent
commit
fd9aa8ff32
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/dashboard/src/app/routes/_authenticated/index.tsx

+ 1 - 1
packages/dashboard/src/app/routes/_authenticated/index.tsx

@@ -222,7 +222,7 @@ function DashboardPage() {
                                 className="flex items-center justify-center text-muted-foreground"
                                 className="flex items-center justify-center text-muted-foreground"
                                 style={{ height: '400px' }}
                                 style={{ height: '400px' }}
                             >
                             >
-                                No widgets available
+                                <Trans>No widgets available</Trans>
                             </div>
                             </div>
                         )}
                         )}
                     </div>
                     </div>