From: Ofir Sonsino Date: Wed, 25 Oct 2017 11:39:13 +0000 (+0300) Subject: Fix error msg for AAI query X-Git-Tag: v1.1.0~4 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=433ad14a2a4464ebd4e597a2df8be370888f1a1c;p=sandbox-vid.git Fix error msg for AAI query Change-Id: I2db2402a2110ecccc7be4d26d4397ea64d0a8e6d Issue-Id: VID-79 Signed-off-by: Ofir Sonsino --- diff --git a/vid-app-common/src/main/webapp/app/vid/scripts/controller/aaiSubscriberController.js b/vid-app-common/src/main/webapp/app/vid/scripts/controller/aaiSubscriberController.js index 74f7471d..a86c1b1b 100755 --- a/vid-app-common/src/main/webapp/app/vid/scripts/controller/aaiSubscriberController.js +++ b/vid-app-common/src/main/webapp/app/vid/scripts/controller/aaiSubscriberController.js @@ -172,7 +172,7 @@ appDS2.controller("aaiSubscriberController", ["COMPONENT", "FIELD", "PARAMETER", $scope.isSpinnerVisible = false; $scope.isProgressVisible = false; } else { - $scope.status = "Failed to get service models from ASDC."; + $scope.status = "Failed to get service models from A&AI."; $scope.error = true; $scope.isSpinnerVisible = false; }