@bigbinary/neeto-team-members-frontend 2.8.4 → 2.8.5

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 CHANGED
@@ -5817,7 +5817,7 @@ var getPerCategoryCount = function getPerCategoryCount(perCategoryCount, categor
5817
5817
  };
5818
5818
  var getMetaName = ramda.curry(function (metaName, count) {
5819
5819
  var singularizedMetaName = pluralize(metaName.toLowerCase(), 1);
5820
- var translationWord = "metaNames.".concat(singularizedMetaName);
5820
+ var translationWord = "neetoTeamMembers.metaNames.".concat(singularizedMetaName);
5821
5821
  return i18next.exists(translationWord, count) ? i18next.t(translationWord, count) : pluralize(pure.capitalize(singularizedMetaName), count.count);
5822
5822
  });
5823
5823
  var clearSelectedMembers = function clearSelectedMembers(previousCategory, currentCategory) {