Add personal info to delivery address and order #6

Merged
bilal.catic merged 7 commits from add-personal-info-to-delivery-address-and-order into development 2018-06-27 10:55:06 +02:00
2 changed files with 4 additions and 2 deletions
Showing only changes of commit f76b74b2ef - Show all commits

View File

@@ -162,7 +162,8 @@ export const cartTexts = {
SERVICES: 'Services',
ACTIONS: 'Actions',
PROJECT: 'Project',
INVOICE_MAIL: 'Invoice mail'
INVOICE_MAIL: 'Invoice mail',
DELIVERY_MAIL: 'Delivery mail'
},
buttons: {
YES: 'Yes',

View File

@@ -35,7 +35,8 @@ export const profileTexts = {
FIRST_NAME: 'First Name',
LAST_NAME: 'Last Name',
DELEGATE: 'Attention',
INVOICE_MAIL: 'Invoice Mail'
INVOICE_MAIL: 'Invoice Mail',
DELIVERY_MAIL: 'Delivery Mail'
},
buttons: {
SAVE: 'Save',