@bigbinary/neeto-editor 1.26.7 → 1.26.8

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/index.cjs.js CHANGED
@@ -28210,7 +28210,7 @@ var common = {
28210
28210
  };
28211
28211
  var attachments = {
28212
28212
  actionsBlocked: "You are not permitted to update or delete attachments",
28213
- add: "Add Attachment",
28213
+ add: "Add attachment",
28214
28214
  deleteConfirmation: "Are you sure you want to remove {{entity}}?",
28215
28215
  deleteTitle: "Remove Attachment?",
28216
28216
  maxNumberOfFiles: "You can only attach {{entity}} files",
package/index.js CHANGED
@@ -28182,7 +28182,7 @@ var common = {
28182
28182
  };
28183
28183
  var attachments = {
28184
28184
  actionsBlocked: "You are not permitted to update or delete attachments",
28185
- add: "Add Attachment",
28185
+ add: "Add attachment",
28186
28186
  deleteConfirmation: "Are you sure you want to remove {{entity}}?",
28187
28187
  deleteTitle: "Remove Attachment?",
28188
28188
  maxNumberOfFiles: "You can only attach {{entity}} files",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-editor",
3
- "version": "1.26.7",
3
+ "version": "1.26.8",
4
4
  "main": "./index.cjs.js",
5
5
  "module": "./index.js",
6
6
  "types": "./types.d.ts",