Skip to content

Commit

Permalink
test edit (#796)
Browse files Browse the repository at this point in the history
  • Loading branch information
levenecav authored Dec 7, 2018
1 parent 4af352e commit 5d073c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/pages/Manage/Store/Products/Product/EditProduct/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ const translations: TranslationsBundleType = {
somethingGoingWrong: 'Something going wrong :(',
close: 'Close.',
error: 'Error: ',
productUpdated: 'Product update!',
productUpdated: 'Product updated!',
validationError: 'Validation Error!',
deliveryUpdated: 'Delivery update!',
deliveryUpdated: 'Delivery updated!',
productNotFound: 'Product not found',
},
};
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Profile/items/PersonalData/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const translations: TranslationsBundleType = {
close: 'Close.',
save: 'Save',
somethingGoingWrong: 'Something going wrong :(',
userUpdated: 'User update!',
userUpdated: 'User data updated!',
personalDataSettings: 'Personal data settings',
labelFirstName: 'First name',
labelLastName: 'Last name',
Expand Down

0 comments on commit 5d073c1

Please sign in to comment.