summaryrefslogtreecommitdiffstats
path: root/front/odiparpack/app/api/notifMessage.js
diff options
context:
space:
mode:
Diffstat (limited to 'front/odiparpack/app/api/notifMessage.js')
-rw-r--r--front/odiparpack/app/api/notifMessage.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/front/odiparpack/app/api/notifMessage.js b/front/odiparpack/app/api/notifMessage.js
index 2d2b48b..bc7a60c 100644
--- a/front/odiparpack/app/api/notifMessage.js
+++ b/front/odiparpack/app/api/notifMessage.js
@@ -1,10 +1,10 @@
module.exports = {
- saved: 'Data has been saved',
- updated: 'Data has been updated',
- removed: 'Item has been removed',
+ saved: 'Se ha guardado correctamente',
+ updated: 'Se ha actualizado correctamente',
+ removed: 'Se ha eliminado correctamente',
posted: 'Your post has been submitted',
commented: 'Your comment has been submitted',
- discard: 'Action canceled',
+ discard: 'Cancelado',
addCart: 'Item added to cart',
checkout: 'Thank you for shopping',
sent: 'Email sent',