@bigbinary/neeto-tags-frontend 1.1.7 → 1.1.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/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/translations/en.json +2 -2
package/dist/index.cjs.js
CHANGED
|
@@ -860,7 +860,7 @@ var Dashboard = function Dashboard(_ref) {
|
|
|
860
860
|
cancelButtonLabel: t("neetoTags.button.cancel"),
|
|
861
861
|
isOpen: isDeleteAlertOpen,
|
|
862
862
|
isSubmitting: isDeletingTag,
|
|
863
|
-
submitButtonLabel: t("neetoTags.button.
|
|
863
|
+
submitButtonLabel: t("neetoTags.button.delete"),
|
|
864
864
|
title: t("neetoTags.alert.title.deleteTag"),
|
|
865
865
|
message: /*#__PURE__*/React__default["default"].createElement(reactI18next.Trans, {
|
|
866
866
|
i18nKey: "neetoTags.alert.message.deleteTag_",
|