add constants
This commit is contained in:
@@ -162,7 +162,8 @@ export const cartTexts = {
|
|||||||
SERVICES: 'Services',
|
SERVICES: 'Services',
|
||||||
ACTIONS: 'Actions',
|
ACTIONS: 'Actions',
|
||||||
PROJECT: 'Project',
|
PROJECT: 'Project',
|
||||||
INVOICE_MAIL: 'Invoice mail'
|
INVOICE_MAIL: 'Invoice mail',
|
||||||
|
DELIVERY_MAIL: 'Delivery mail'
|
||||||
},
|
},
|
||||||
buttons: {
|
buttons: {
|
||||||
YES: 'Yes',
|
YES: 'Yes',
|
||||||
|
|||||||
@@ -35,7 +35,8 @@ export const profileTexts = {
|
|||||||
FIRST_NAME: 'First Name',
|
FIRST_NAME: 'First Name',
|
||||||
LAST_NAME: 'Last Name',
|
LAST_NAME: 'Last Name',
|
||||||
DELEGATE: 'Attention',
|
DELEGATE: 'Attention',
|
||||||
INVOICE_MAIL: 'Invoice Mail'
|
INVOICE_MAIL: 'Invoice Mail',
|
||||||
|
DELIVERY_MAIL: 'Delivery Mail'
|
||||||
},
|
},
|
||||||
buttons: {
|
buttons: {
|
||||||
SAVE: 'Save',
|
SAVE: 'Save',
|
||||||
|
|||||||
Reference in New Issue
Block a user