diff --git a/html5/verto/verto_communicator/src/locales/locale-en.json b/html5/verto/verto_communicator/src/locales/locale-en.json
index c8c59ace10..ade59cc7d4 100644
--- a/html5/verto/verto_communicator/src/locales/locale-en.json
+++ b/html5/verto/verto_communicator/src/locales/locale-en.json
@@ -149,5 +149,6 @@
"CHAT_GAIN_MINUS": "Gain -",
"CHAT_GAIN_PLUS": "Gain +",
"LANGUAGE": "Language:",
- "BROWSER_LANGUAGE": "Browser Language"
+ "BROWSER_LANGUAGE": "Browser Language",
+ "FACTORY_RESET_SETTINGS": "Factory Reset Settings"
}
diff --git a/html5/verto/verto_communicator/src/locales/locale-pt.json b/html5/verto/verto_communicator/src/locales/locale-pt.json
index 4bd236f855..19f04512ba 100644
--- a/html5/verto/verto_communicator/src/locales/locale-pt.json
+++ b/html5/verto/verto_communicator/src/locales/locale-pt.json
@@ -147,5 +147,6 @@
"CHAT_VOL_MINUS": "Vol -",
"CHAT_VOL_PLUS": "Vol +",
"CHAT_GAIN_MINUS": "Ganho -",
- "CHAT_GAIN_PLUS": "Ganho +"
+ "CHAT_GAIN_PLUS": "Ganho +",
+ "FACTORY_RESET_SETTINGS": "Redefinir configurações"
}
diff --git a/html5/verto/verto_communicator/src/partials/settings.html b/html5/verto/verto_communicator/src/partials/settings.html
index 51b80dda16..7e15a24e3b 100644
--- a/html5/verto/verto_communicator/src/partials/settings.html
+++ b/html5/verto/verto_communicator/src/partials/settings.html
@@ -162,6 +162,7 @@
ng-options="item.id as item.label for item in verto.bandwidth">
+