diff --git a/frontend/i18n/locales/fr.json b/frontend/i18n/locales/fr.json index 5744828..cf7bc63 100644 --- a/frontend/i18n/locales/fr.json +++ b/frontend/i18n/locales/fr.json @@ -168,13 +168,18 @@ "prospect": "Prospect", "delivery": "Adresse de livraison", "billing": "Facturation", + "addressType": "Type d'adresse", + "addressTypeProspect": "Prospect", + "addressTypeDelivery": "Livraison", + "addressTypeBilling": "Facturation", + "addressTypeDeliveryBilling": "Adresse + Facturation", "categories": "Catégorie", "country": "Pays", "postalCode": "Code postal", "city": "Ville", "street": "Adresse", "streetComplement": "Adresse complémentaire", - "sites": "Sites Starseed", + "sites": "Sites", "contacts": "Contact(s) rattaché(s)", "billingEmail": "Email de facturation", "remove": "Supprimer l'adresse", diff --git a/frontend/modules/commercial/components/ClientAddressBlock.vue b/frontend/modules/commercial/components/ClientAddressBlock.vue index ee6e08b..1745a4b 100644 --- a/frontend/modules/commercial/components/ClientAddressBlock.vue +++ b/frontend/modules/commercial/components/ClientAddressBlock.vue @@ -10,34 +10,53 @@ @click="$emit('remove')" /> - - + - - - -