diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-09-13 07:45:44 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-09-13 07:45:44 -0500 |
| commit | 8f81ce19765598cac99481df55c492c73ff63c14 (patch) | |
| tree | 423d61cedbe11cdc2ddd1523bd90fed5ea641718 /www/js/MontageCtrl.js | |
| parent | 2ca4a9c30a767334eb5ae9cba568c8ceb9810476 (diff) | |
#325 - imported initial arabic lang file, manually merged other changes
Former-commit-id: 40efb97aadd7b1399f12c40d5a40b7b856548c52
Diffstat (limited to 'www/js/MontageCtrl.js')
| -rw-r--r-- | www/js/MontageCtrl.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/js/MontageCtrl.js b/www/js/MontageCtrl.js index bff471d3..db4391d1 100644 --- a/www/js/MontageCtrl.js +++ b/www/js/MontageCtrl.js @@ -36,9 +36,9 @@ angular.module('zmApp.controllers') NVRDataModel.debug("Got network change:" + data); var ds; if (data == 'lowbw') { - ds = "low bandwidth mode"; + ds = $translate.instant('kLowBWDisplay'); } else { - ds = "high bandwidth mode"; + ds = $translate.instant('kHighBWDisplay'); } NVRDataModel.displayBanner('net', [ds]); var ld = NVRDataModel.getLogin(); |
