diff --git a/src/app/registratie/ui/dashboard.page.ts b/src/app/registratie/ui/dashboard.page.ts index ad96571..4b6f1fb 100644 --- a/src/app/registratie/ui/dashboard.page.ts +++ b/src/app/registratie/ui/dashboard.page.ts @@ -120,6 +120,7 @@ export class DashboardPage { { label: $localize`:@@dashboard.nav.gegevens:Mijn gegevens`, to: '/registratie' }, { label: $localize`:@@dashboard.nav.herregistratie:Herregistratie`, to: '/herregistratie' }, { label: $localize`:@@dashboard.nav.inschrijven:Inschrijven`, to: '/registreren' }, + { label: $localize`:@@dashboard.nav.concepten:Functionele patronen`, to: '/concepts' }, ]; /** Primary transactional actions, as a card grid. */