user profile edit actions

This commit is contained in:
GotPPay
2018-09-11 09:26:00 +02:00
committed by Bilal Catic
parent b974eab225
commit a79ef1044c
4 changed files with 214 additions and 56 deletions

View File

@@ -77,6 +77,7 @@ export const profileTexts = {
ADD_FIRST_NAME: 'The first name field can not be empty',
ADD_LAST_NAME: 'The last name field can not be empty',
ADD_INVOICE_MAIL: 'The invoice mail field can not be empty',
INVALID_INVOICE_MAIL: 'Invalid invoice mail address'
INVALID_INVOICE_MAIL: 'Invalid invoice mail address',
INTERNAL_SERVER_ERROR: 'Error occured. Please try again'
}
};