summaryrefslogtreecommitdiff
path: root/www/js/DataModel.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/DataModel.js')
-rw-r--r--www/js/DataModel.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js
index 14864648..512ae20c 100644
--- a/www/js/DataModel.js
+++ b/www/js/DataModel.js
@@ -337,7 +337,7 @@ angular.module('zmApp.controllers')
{
if (urls.length > 0 && $rootScope.userCancelledAuth != true)
{
- $ionicLoading.show({template: $translate.instant('kTrying') + urls[0].server});
+ $ionicLoading.show({template: $translate.instant('kTrying') + ' ' +urls[0].server});
zmLog ("Reachability test.." + urls[0].url);
return $http.get(urls[0].url).then(function () {
zmLog ("Success: reachability on "+ urls[0].url);