@bigbinary/neeto-fields-frontend 1.3.35 → 1.3.36

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.
@@ -28,7 +28,7 @@
28
28
  "fieldKind": "Field type",
29
29
  "createField": "Create field",
30
30
  "updateField": "Update field",
31
- "addMoreOption": "Add more option",
31
+ "addAnotherOption": "Add another option",
32
32
  "regex": "Regex",
33
33
  "regexCondition": "Condition",
34
34
  "helpMessage": "Help message",
package/dist/index.cjs.js CHANGED
@@ -1748,7 +1748,7 @@ var AdditionalInputs = function AdditionalInputs() {
1748
1748
  fullWidth: true,
1749
1749
  className: "mb-6 border-dashed text-xs uppercase",
1750
1750
  "data-cy": "neeto-fields-add-more-option-button",
1751
- label: t("neetoFields.labels.addMoreOption"),
1751
+ label: t("neetoFields.labels.addAnotherOption"),
1752
1752
  style: "secondary",
1753
1753
  onClick: function onClick() {
1754
1754
  return addOption(arrayHelpers);