From 2425cd53a484b8c0597a91ea6812d8f5e7efbcba Mon Sep 17 00:00:00 2001
From: Italo Rossi <italorossib@gmail.com>
Date: Thu, 9 Jun 2016 17:41:07 -0300
Subject: [PATCH] FS-9250 [verto_communicator] Putting factory reset button
 back

---
 html5/verto/verto_communicator/src/locales/locale-en.json | 3 ++-
 html5/verto/verto_communicator/src/locales/locale-pt.json | 3 ++-
 html5/verto/verto_communicator/src/partials/settings.html | 1 +
 3 files changed, 5 insertions(+), 2 deletions(-)

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"></select>
         </div>
       </div>
+      <button class="btn btn-danger pull-left btn-pull-left" ng-click="resetSettings()">{{ 'FACTORY_RESET_SETTINGS' | translate }}</button>
     </div>
   </div>
 </div>