refactor(admin): use registry titles for breadcrumb labels

This commit is contained in:
2026-04-22 17:39:24 -04:00
parent aeab10c1d2
commit 5feceb09f2
2 changed files with 11 additions and 5 deletions
+1 -1
View File
@@ -9,4 +9,4 @@ import ProfilePage from './ProfilePage.client.js';
registerPage({ slug: 'dashboard', Component: DashboardPage, title: 'Tableau de bord' });
registerPage({ slug: 'users', Component: UsersPage, title: 'Utilisateurs' });
registerPage({ slug: 'roles', Component: RolesPage, title: 'Rôles' });
registerPage({ slug: 'profile', Component: ProfilePage, title: 'Profil' });
registerPage({ slug: 'profile', Component: ProfilePage, title: 'Mon profil' });