diff options
author | Sonsino, Ofir (os0695) <os0695@intl.att.com> | 2018-04-15 16:36:39 +0300 |
---|---|---|
committer | Sonsino, Ofir (os0695) <os0695@intl.att.com> | 2018-04-15 16:36:39 +0300 |
commit | 0a5b5aec1d24cbc81356e74fb6d69c266b125c78 (patch) | |
tree | bf4d94c852b9abfcdd7dd928f9373e50532d66c7 /vid-app-common/src/main/webapp/app/vid/scripts | |
parent | 8d29bb7f9c15122ea0b9e0ccf34be1704aaaebf6 (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')
-rwxr-xr-x | vid-app-common/src/main/webapp/app/vid/scripts/controller/aaiSubscriberController.js | 2 |
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 d58b83f6..aeac7f33 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;
}
|