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.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/front/odiparpack/app/api/notifMessage.js b/front/odiparpack/app/api/notifMessage.js
new file mode 100644
index 0000000..2d2b48b
--- /dev/null
+++ b/front/odiparpack/app/api/notifMessage.js
@@ -0,0 +1,12 @@
+module.exports = {
+ saved: 'Data has been saved',
+ updated: 'Data has been updated',
+ removed: 'Item has been removed',
+ posted: 'Your post has been submitted',
+ commented: 'Your comment has been submitted',
+ discard: 'Action canceled',
+ addCart: 'Item added to cart',
+ checkout: 'Thank you for shopping',
+ sent: 'Email sent',
+ labeled: 'You just changed email label',
+};