diff --git a/app/.DS_Store b/app/.DS_Store index aa08d42..4d27b46 100644 Binary files a/app/.DS_Store and b/app/.DS_Store differ diff --git a/app/controllers/.DS_Store b/app/controllers/.DS_Store index f2009e6..7c446e1 100644 Binary files a/app/controllers/.DS_Store and b/app/controllers/.DS_Store differ diff --git a/app/controllers/ExperimentalAnalysis.java b/app/controllers/ExperimentalAnalysis.java index 5713f97..827083f 100644 --- a/app/controllers/ExperimentalAnalysis.java +++ b/app/controllers/ExperimentalAnalysis.java @@ -203,7 +203,7 @@ public String validate() { String vmId = serviceClient.createVM(vmImageName, userName, password, String.valueOf(memory), String.valueOf(numberOfVCPUs), session()); } catch (Exception e) { log.error("Error calling createVM in data capsule API.", e); - return "Data Capsule Creation failed. Internal Error occurred!!"; + return "Capsule Creation failed. Internal Error occurred!!"; } } diff --git a/app/views/.DS_Store b/app/views/.DS_Store index abff000..f7fe2a9 100644 Binary files a/app/views/.DS_Store and b/app/views/.DS_Store differ diff --git a/app/views/main.scala.html b/app/views/main.scala.html index 9842433..53f5c8c 100755 --- a/app/views/main.scala.html +++ b/app/views/main.scala.html @@ -92,7 +92,7 @@ @if(PlayConfWrapper.isDataCapsuleEnable) {
There are no Data Capsules.
} -To log in to a Data Capsule, you should use a VNC client. You can +
To log in to a Capsule, you should use a VNC client. You can input the host name and VNC port information shown by clicking the vmid link. For more information, please refer the documentation.