diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-12-03 07:17:36 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-12-03 07:17:36 -0500 |
| commit | 89ade3c9f048bbda108948d89de3c2b9c0d4a0ed (patch) | |
| tree | 90908f09946acdc41a60ed81a16277b6baead9e8 /www/js | |
| parent | 332bdab3fcbc6560eb2400fafd871571afe8f2ff (diff) | |
fixed hardcoded strings, except 'Back' #400
Diffstat (limited to 'www/js')
| -rw-r--r-- | www/js/DataModel.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js index b0754ef9..5a837039 100644 --- a/www/js/DataModel.js +++ b/www/js/DataModel.js @@ -1775,7 +1775,7 @@ angular.module('zmApp.controllers') if (!loadingStr) { - loadingStr = "loading events..."; + loadingStr = $translate.instant('kLoadingEvents')+"..."; } //if (loadingStr) loa |
