@bigbinary/neeto-tags-frontend 0.0.35 → 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
@@ -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,