diff --git a/html5/verto/verto_communicator/src/css/verto.css b/html5/verto/verto_communicator/src/css/verto.css index 0d674b42f8..5111880806 100644 --- a/html5/verto/verto_communicator/src/css/verto.css +++ b/html5/verto/verto_communicator/src/css/verto.css @@ -1735,3 +1735,8 @@ body:-webkit-full-screen #incall .video-footer { color: rgba(0, 10, 66, 0.84); background-color: #E8E8E8; } + +#settings .loader { + width: 20px; + height: 20px; +} diff --git a/html5/verto/verto_communicator/src/locales/locale-en.json b/html5/verto/verto_communicator/src/locales/locale-en.json index 437e565997..56f4899f67 100644 --- a/html5/verto/verto_communicator/src/locales/locale-en.json +++ b/html5/verto/verto_communicator/src/locales/locale-en.json @@ -124,6 +124,7 @@ "AUTO_SPEED_RES": "Automatically determine speed and resolution settings", "RECHECK_BANDWIDTH": "Recheck bandwidth before each outgoing call", "CHECK_NETWORK_SPEED": "Check Network Speed", + "CHECKING_NETWORK_SPEED": "Checking Network Speed", "VIDEO_QUALITY": "Video quality:", "MAX_INCOMING_BANDWIDTH": "Max incoming bandwidth:", "MAX_OUTGOING_BANDWIDTH": "Max outgoing bandwidth:", diff --git a/html5/verto/verto_communicator/src/locales/locale-pt.json b/html5/verto/verto_communicator/src/locales/locale-pt.json index 23f0c8a0b3..8301557bed 100644 --- a/html5/verto/verto_communicator/src/locales/locale-pt.json +++ b/html5/verto/verto_communicator/src/locales/locale-pt.json @@ -124,6 +124,7 @@ "AUTO_SPEED_RES": "Determinar automaticamente velocidade e configurações de resolução", "RECHECK_BANDWIDTH": "Verificar novamente largura de banda antes de realizar cada chamada", "CHECK_NETWORK_SPEED": "Verificar velocidade da rede", + "CHECKING_NETWORK_SPEED": "Verificando velocidade da rede", "VIDEO_QUALITY": "Qualidade do vídeo:", "MAX_INCOMING_BANDWIDTH": "Largura de banda de entrada máxima:", "MAX_OUTGOING_BANDWIDTH": "Largura de banda de saída máxima:", diff --git a/html5/verto/verto_communicator/src/partials/settings.html b/html5/verto/verto_communicator/src/partials/settings.html index 8a00e40be2..550a9e84b4 100644 --- a/html5/verto/verto_communicator/src/partials/settings.html +++ b/html5/verto/verto_communicator/src/partials/settings.html @@ -135,11 +135,24 @@ -
+
+