sixseconds-modules 3.0.30 → 3.0.32

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.es.js CHANGED
@@ -1072,7 +1072,7 @@ function Language({ interFaceLangList, updateInterfaceLang, selectedInterFaceLan
1072
1072
  onClick: () => onPick(lang),
1073
1073
  children: [
1074
1074
  /* @__PURE__ */ jsx(LangFlag, { flag: lang?.flag, alt: lang?.nativeName || lang?.label }),
1075
- /* @__PURE__ */ jsx("span", { className: "ssh-lang__label", children: t2(lang?.nativeName || lang?.label) }),
1075
+ /* @__PURE__ */ jsx("span", { className: "ssh-lang__label", children: lang?.nativeName || lang?.label }),
1076
1076
  selectedInterFaceLang?.value === lang?.value && /* @__PURE__ */ jsx(CheckIcon, { className: "ssh-lang__check" })
1077
1077
  ]
1078
1078
  },