diff --git a/src/frontend/app/administration/contact/contacts-filling-administration.component.ts b/src/frontend/app/administration/contact/contacts-filling-administration.component.ts index ab0713c4de8aaf2bf18b464f09ebcb7b49771615..f7659c9b0af73dbc18e58bf57b3d05c4d46b5aaa 100644 --- a/src/frontend/app/administration/contact/contacts-filling-administration.component.ts +++ b/src/frontend/app/administration/contact/contacts-filling-administration.component.ts @@ -47,7 +47,7 @@ export class ContactsFillingAdministrationComponent implements OnInit { 'address_street', 'address_town', 'lastname', - 'department', + 'departement', 'occupancy', 'address_country', 'firstname', diff --git a/src/frontend/lang/lang-en.ts b/src/frontend/lang/lang-en.ts index 69f40eb2db1de97d812236de59d7766637345bd8..81a275d8ad4749c24a192bf2db2ebc60ac6aa335 100755 --- a/src/frontend/lang/lang-en.ts +++ b/src/frontend/lang/lang-en.ts @@ -665,7 +665,7 @@ export const LANG_EN = { "contactsFilling_contact_lastname" : "Lastname (physical contact)", "contactsFilling_contact_other_data" : "Other data (physical contact)", "contactsFilling_contact_title" : "Title (physical contact)", - "contactsFilling_department" : "Department", + "contactsFilling_departement" : "Department", "contactsFilling_email" : "Email", "contactsFilling_firstname" : "Firtsname", "contactsFilling_function" : "Function", diff --git a/src/frontend/lang/lang-fr.ts b/src/frontend/lang/lang-fr.ts index 50b50483d7e7998a5c5c35cf20ee52452e186413..284f71f06002b927d04b440bbf3122c5232bb026 100755 --- a/src/frontend/lang/lang-fr.ts +++ b/src/frontend/lang/lang-fr.ts @@ -690,7 +690,7 @@ export const LANG_FR = { "contactsFilling_contact_lastname" : "Nom (contact physique)", "contactsFilling_contact_other_data" : "Informations complémentaires (contact physique)", "contactsFilling_contact_title" : "Civilité (contact physique)", - "contactsFilling_department" : "Service", + "contactsFilling_departement" : "Service", "contactsFilling_email" : "Courriel", "contactsFilling_firstname" : "Prénom", "contactsFilling_function" : "Fonction",