@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.
package/dist/index.js
CHANGED
|
@@ -1711,7 +1711,7 @@ var AdditionalInputs = function AdditionalInputs() {
|
|
|
1711
1711
|
fullWidth: true,
|
|
1712
1712
|
className: "mb-6 border-dashed text-xs uppercase",
|
|
1713
1713
|
"data-cy": "neeto-fields-add-more-option-button",
|
|
1714
|
-
label: t("neetoFields.labels.
|
|
1714
|
+
label: t("neetoFields.labels.addAnotherOption"),
|
|
1715
1715
|
style: "secondary",
|
|
1716
1716
|
onClick: function onClick() {
|
|
1717
1717
|
return addOption(arrayHelpers);
|