]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-9250 [verto_communicator] Putting factory reset button back
authorItalo Rossi <italorossib@gmail.com>
Thu, 9 Jun 2016 20:41:07 +0000 (17:41 -0300)
committerItalo Rossi <italorossib@gmail.com>
Thu, 9 Jun 2016 20:41:07 +0000 (17:41 -0300)
html5/verto/verto_communicator/src/locales/locale-en.json
html5/verto/verto_communicator/src/locales/locale-pt.json
html5/verto/verto_communicator/src/partials/settings.html

index c8c59ace1066f502193643fa686afc9d1abb4f81..ade59cc7d4562c63e8bad562767323b8f934a3e2 100644 (file)
   "CHAT_GAIN_MINUS": "Gain -",
   "CHAT_GAIN_PLUS": "Gain +",
   "LANGUAGE": "Language:",
-  "BROWSER_LANGUAGE": "Browser Language"
+  "BROWSER_LANGUAGE": "Browser Language",
+  "FACTORY_RESET_SETTINGS": "Factory Reset Settings"
 }
index 4bd236f855dfa74005edb1a4c5d45812e05863a4..19f04512ba927d05c5e18be8743a30cb75e66d23 100644 (file)
   "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"
 }
index 51b80dda1675d873c3ebe5cf45e84de41ab4ff52..7e15a24e3b63b6e551be10b94a74550a01feeb88 100644 (file)
                   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>