aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/main/webapp/app/vid/scripts/controller/aaiSubscriberController.js
diff options
context:
space:
mode:
authorSonsino, Ofir (os0695) <os0695@intl.att.com>2018-04-15 16:36:39 +0300
committerSonsino, Ofir (os0695) <os0695@intl.att.com>2018-04-15 16:36:39 +0300
commit0a5b5aec1d24cbc81356e74fb6d69c266b125c78 (patch)
treebf4d94c852b9abfcdd7dd928f9373e50532d66c7 /vid-app-common/src/main/webapp/app/vid/scripts/controller/aaiSubscriberController.js
parent8d29bb7f9c15122ea0b9e0ccf34be1704aaaebf6 (diff)
Change ASDC to SDC everywhere in VID UI
Change-Id: I5149e2a3751370c9757c2b6a2bbff2984cc979b8 Issue-ID: VID-211 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
Diffstat (limited to 'vid-app-common/src/main/webapp/app/vid/scripts/controller/aaiSubscriberController.js')
-rwxr-xr-xvid-app-common/src/main/webapp/app/vid/scripts/controller/aaiSubscriberController.js2
1 files changed, 1 insertions, 1 deletions
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 d58b83f69..aeac7f336 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 SDC.";
$scope.error = true;
$scope.isSpinnerVisible = false;
}