@bigbinary/neeto-tags-frontend 0.0.34 → 0.0.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
@@ -3577,7 +3577,7 @@ var COMMON_COLUMNS = [{
3577
3577
  dataIndex: "description",
3578
3578
  key: "description",
3579
3579
  render: function render(description) {
3580
- return description || "--";
3580
+ return description || "-";
3581
3581
  },
3582
3582
  width: "40%"
3583
3583
  }];
@@ -7292,7 +7292,7 @@ var Dashboard = function Dashboard(_ref) {
7292
7292
  }
7293
7293
 
7294
7294
  return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Container, null, /*#__PURE__*/React.createElement(Header, {
7295
- title: "".concat(tagType.label, " ").concat(t("title")),
7295
+ title: "".concat(tagType.label, " ").concat(t("title").toLocaleLowerCase()),
7296
7296
  menuBarToggle: displayMenu ? handleMenuToggle : null,
7297
7297
  searchProps: {
7298
7298
  value: searchTerm,