refactor(project): Renamed all instances of dafa to msfa or mina-sidor-fa. (TV-379)
Squashed commit of the following: commit d3f52ff6876f6e246c7d3c188e56cc2370289341 Author: Erik Tiekstra <erik.tiekstra@arbetsformedlingen.se> Date: Tue Aug 17 14:10:38 2021 +0200 Renamed all dafa instances to msfa
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
export const DRIVERS_LICENSES = [
|
||||
'AM',
|
||||
'A1',
|
||||
'A2',
|
||||
'A',
|
||||
'B',
|
||||
'BE',
|
||||
'B96',
|
||||
'C1',
|
||||
'C',
|
||||
'C1E',
|
||||
'CE',
|
||||
'D1',
|
||||
'D',
|
||||
'D1E',
|
||||
'DE',
|
||||
];
|
||||
10
apps/mina-sidor-fa/src/app/shared/constants/navigation.ts
Normal file
10
apps/mina-sidor-fa/src/app/shared/constants/navigation.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
export const NAVIGATION = {
|
||||
administration: 'Administration',
|
||||
'skapa-konto': 'Skapa nytt konto',
|
||||
personal: 'Hantera personal',
|
||||
deltagare: 'Deltagare',
|
||||
avrop: 'Avrop',
|
||||
meddelanden: 'Meddelanden',
|
||||
statistik: 'Statistik',
|
||||
installningar: 'Inställningar',
|
||||
};
|
||||
Reference in New Issue
Block a user