summaryrefslogtreecommitdiffstats
path: root/usr/local/www/installer/installer.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/installer/installer.php')
-rw-r--r--usr/local/www/installer/installer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/installer/installer.php b/usr/local/www/installer/installer.php
index 166d28e..c6fd504 100644
--- a/usr/local/www/installer/installer.php
+++ b/usr/local/www/installer/installer.php
@@ -867,7 +867,7 @@ EOF;
if(file_exists("/tmp/webInstaller_disk_layout.txt")) {
$disks_restored = unserialize(file_get_contents("/tmp/webInstaller_disk_layout.txt"));
$restored_layout_from_file = true;
- $restored_layout_txt = "<br/>* The previous disk layout was restored from disk";
+ $restored_layout_txt = "<br/>* The previous disk layout was restored from a previous session";
}
// If we restored disk layout(s) from a file then build the rows
OpenPOWER on IntegriCloud