From 449c2c05e5d2214e2729be74d90be448acd491ba Mon Sep 17 00:00:00 2001 From: Leigh B Stoller Date: Fri, 3 Nov 2017 07:24:29 -0600 Subject: [PATCH] Wording change for resource shortage error. --- www/aptui/status.ajax | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/aptui/status.ajax b/www/aptui/status.ajax index 86d81c703..7a926d05f 100644 --- a/www/aptui/status.ajax +++ b/www/aptui/status.ajax @@ -153,7 +153,8 @@ function Do_GetInstanceStatus() } elseif ($webtask->exitcode() == GENIRESPONSE_NO_MAPPING) { $blob["reason"] = "Your topology could not be mapped to physical ". - "resources. Clicking the 'Sliver' button above will provide ". + "resources. In addition to any information below, you can ". + "click on the 'Sliver' button above, which will provide ". "lots of info, some of which might be useful in figuring out ". "why it failed.\n\n"; } -- GitLab