VNF instances list, show
[osm/LW-UI.git] / static / src / instancehandler / instance_list.js
index a590fa3..af66f16 100644 (file)
@@ -66,7 +66,7 @@ function showInstanceDetails(url_info) {
         },
         error: function (result) {
             dialog.modal('hide');
-            bootbox.alert("An error occurred while retrieving the information for the NS");
+            bootbox.alert("An error occurred while retrieving the information.");
         }
     });
 }