diff --git a/js/hedera/locale/ca.json b/js/hedera/locale/ca.json
index d60b1289..6e8a99f0 100644
--- a/js/hedera/locale/ca.json
+++ b/js/hedera/locale/ca.json
@@ -3,7 +3,7 @@
,"Password": "Contrasenya"
,"Beta": "Beta"
,"Do not sign out": "No tancar sessió"
- ,"I want to know more": "Vull saber-ne més!"
+ ,"Log in as guest": "Accedir com a convidat"
,"Enter": "Entrar"
,"Login mail": "clientes@verdnatura.es"
,"Login phone": "+34 607 562 391"
diff --git a/js/hedera/locale/en.json b/js/hedera/locale/en.json
index aa7b2bd5..ea6d9e3f 100644
--- a/js/hedera/locale/en.json
+++ b/js/hedera/locale/en.json
@@ -3,7 +3,7 @@
,"Password": "Password"
,"Beta": "Beta"
,"Do not sign out": "Do not sign out"
- ,"I want to know more": "I want to know more"
+ ,"Log in as guest": "Log in as guest"
,"Enter": "Enter"
,"Login mail": "clientes@verdnatura.es"
,"Login phone": "+34 607 562 391"
diff --git a/js/hedera/locale/es.json b/js/hedera/locale/es.json
index a02db79d..93a365f5 100644
--- a/js/hedera/locale/es.json
+++ b/js/hedera/locale/es.json
@@ -3,7 +3,7 @@
,"Password": "Contraseña"
,"Beta": "Beta"
,"Do not sign out": "No cerrar sesión"
- ,"I want to know more": "¡Quiero saber más!"
+ ,"Log in as guest": "Entrar como invitado"
,"Enter": "Entrar"
,"Login mail": "clientes@verdnatura.es"
,"Login phone": "+34 963 242 100"
diff --git a/js/hedera/locale/fr.json b/js/hedera/locale/fr.json
index e77ce879..9ff1e6fb 100644
--- a/js/hedera/locale/fr.json
+++ b/js/hedera/locale/fr.json
@@ -3,7 +3,7 @@
,"Password": "Mot de passe"
,"Beta": "Beta"
,"Do not sign out": "Garder ma session active"
- ,"I want to know more": "En savoir plus!"
+ ,"Log in as guest": "Entrez en tant qu'invité"
,"Enter": "Entrer"
,"Login mail": "ruben@verdnatura.es"
,"Login phone": "+33 781 533 900"
diff --git a/js/hedera/locale/mn.json b/js/hedera/locale/mn.json
index 9af24bc8..425a379b 100644
--- a/js/hedera/locale/mn.json
+++ b/js/hedera/locale/mn.json
@@ -3,7 +3,7 @@
,"Password": "нууц үг"
,"Beta": "Бета"
,"Do not sign out": "Гаргаж гарын үсэг зураагүй байна"
- ,"I want to know more": "Би илүү ихийг мэдэхийг хүсч байна"
+ ,"Log in as guest": "Зочин байдлаар оруулна уу"
,"Enter": "энд бичнэ үү"
,"Login mail": "clientes@verdnatura.es"
,"Login phone": "+34 607 562 391"
diff --git a/js/hedera/locale/pt.json b/js/hedera/locale/pt.json
index 21409416..55356558 100644
--- a/js/hedera/locale/pt.json
+++ b/js/hedera/locale/pt.json
@@ -3,7 +3,7 @@
,"Password": "Palavra-Passe"
,"Beta": "Beta"
,"Do not sign out": "Não finalizar Sessão"
- ,"I want to know more": "Quero saber mais..."
+ ,"Log in as guest": "Digite como convidado"
,"Enter": "Entrar"
,"Login mail": "clientes@verdnatura.es"
,"Login phone": "+34 963 242 100"
diff --git a/js/hedera/login.xml b/js/hedera/login.xml
index 68d387bd..803e7c80 100755
--- a/js/hedera/login.xml
+++ b/js/hedera/login.xml
@@ -3,7 +3,7 @@
diff --git a/pages/main/head.php b/pages/main/head.php
index c25c13a1..51aecfc1 100755
--- a/pages/main/head.php
+++ b/pages/main/head.php
@@ -12,6 +12,6 @@ if ($result = $db->query ('SELECT name, content FROM metatag'))
$result->free ();
}
-$url = _DEV_MODE ? "http://{$_SERVER['SERVER_NAME']}:8080/" : '';
+$url = _DEV_MODE ? "http://{$_SERVER['SERVER_NAME']}:9000/" : '';
$this->includeJs ("{$url}build/hedera-web.js");
diff --git a/webpack.config.js b/webpack.config.js
index a408ead8..9c20e105 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -34,6 +34,7 @@ var config = {
devServer: {
inline: true,
host: '0.0.0.0',
+ port: '9000',
headers: { "Access-Control-Allow-Origin": "*" }
},
devtool: 'eval-source-map'