@bigbinary/neeto-form-frontend 1.1.0 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-form-frontend",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "description": "Neeto Form Engine Frontend",
5
5
  "author": "BigBinary",
6
6
  "license": "MIT",
@@ -65,8 +65,8 @@
65
65
  },
66
66
  "questions": {
67
67
  "deleteAlert": {
68
- "title": "Are you sure you want to delete the field \"{{label}}\"?",
69
- "message": "This action cannot be undone."
68
+ "title": "Delete field?",
69
+ "message": "You are deleting the field <strong>{{label}}</strong>."
70
70
  },
71
71
  "common": {
72
72
  "notFound": "No questions found",