refactor(admin): use registry titles for breadcrumb labels
This commit is contained in:
@@ -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' });
|
||||
|
||||
Reference in New Issue
Block a user