diff --git a/html5/verto/verto_communicator/src/locales/locale-en.json b/html5/verto/verto_communicator/src/locales/locale-en.json index e7eddbe652..3eb1063817 100644 --- a/html5/verto/verto_communicator/src/locales/locale-en.json +++ b/html5/verto/verto_communicator/src/locales/locale-en.json @@ -92,6 +92,7 @@ "LOGIN_INFORMATION": "Login Information", "SAVE_LOGIN_INFORMATION": "Save Login Information", "INVALID_LOGIN_FIELDS": "Verify the fields below and try again.", + "INVALID_SETTINGS_FIELDS": "Verify the settings below and try again.", "NAME": "Name", "YOUR_NAME": "Your name", "EMAIL": "Email", diff --git a/html5/verto/verto_communicator/src/locales/locale-pt.json b/html5/verto/verto_communicator/src/locales/locale-pt.json index c1d8cee9cc..0cf75ca880 100644 --- a/html5/verto/verto_communicator/src/locales/locale-pt.json +++ b/html5/verto/verto_communicator/src/locales/locale-pt.json @@ -92,6 +92,7 @@ "LOGIN_INFORMATION": "Informações de login", "SAVE_LOGIN_INFORMATION": "Salvar informações de login", "INVALID_LOGIN_FIELDS": "Verifique os campos abaixo e tente novamente.", + "INVALID_SETTINGS_FIELDS": "Verifique as configurações abaixo e tente novamente.", "NAME": "Nome", "YOUR_NAME": "Seu nome", "EMAIL": "E-mail", diff --git a/html5/verto/verto_communicator/src/partials/login.html b/html5/verto/verto_communicator/src/partials/login.html index d8284c2163..032961fc9b 100644 --- a/html5/verto/verto_communicator/src/partials/login.html +++ b/html5/verto/verto_communicator/src/partials/login.html @@ -9,6 +9,10 @@
{{ 'INVALID_LOGIN_FIELDS' | translate }}
+{{ 'INVALID_SETTINGS_FIELDS' | translate }}
+