diff --git a/src/themes/ivpn-v3/assets/js/menu.js b/src/themes/ivpn-v3/assets/js/menu.js index 57fb770b..c831ffc1 100644 --- a/src/themes/ivpn-v3/assets/js/menu.js +++ b/src/themes/ivpn-v3/assets/js/menu.js @@ -15,6 +15,8 @@ if (window.location.pathname.startsWith("/es")) { prefix = "/es/"; + }else{ + prefix = "/en/"; } if (macosPlatforms.indexOf(platform) !== -1) {