add constants
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user