mario-core 2.9.56-beta → 2.9.57-beta

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.
@@ -4071,7 +4071,7 @@ var TheHeaderDropdown = function TheHeaderDropdown() {
4071
4071
  };
4072
4072
 
4073
4073
  var TheLanguageDropdown = function TheLanguageDropdown() {
4074
- var defaultLanguage = localStorage.getItem("language") !== null ? localStorage.getItem("language") : "uk";
4074
+ var defaultLanguage = localStorage.getItem("language") !== null ? localStorage.getItem("language") : "us";
4075
4075
  var dispatch = useDispatch();
4076
4076
 
4077
4077
  var _useTranslation = useTranslation(),