Fixed wording in some error messages

feature/node-rewrite
Sven Slootweg 13 years ago
parent 3bf9992e3b
commit e6993f1d76

@ -47,7 +47,7 @@ if(isset($_POST['submit']))
}
catch (ContainerTerminatedException $e)
{
$err = new CPHPErrorHandler(CPHP_ERRORHANDLER_TYPE_ERROR, "Failed to configure root password", "You can not configure the root password for this VPS, because it is suspended. If you believe this is in error, please contact support.");
$err = new CPHPErrorHandler(CPHP_ERRORHANDLER_TYPE_ERROR, "Failed to configure root password", "You can not configure the root password for this VPS, because it has been terminated.");
$sPageContents .= $err->Render();
}
catch (SshExitException $e)

@ -68,7 +68,7 @@ if(isset($_POST['submit']))
}
catch (ContainerTerminatedException $e)
{
$err = new CPHPErrorHandler(CPHP_ERRORHANDLER_TYPE_ERROR, "Reinstallation aborted", "You can not reinstall this VPS, because it is suspended. If you believe this is in error, please contact support.");
$err = new CPHPErrorHandler(CPHP_ERRORHANDLER_TYPE_ERROR, "Reinstallation aborted", "You can not reinstall this VPS, because it has been terminated.");
$sPageContents .= $err->Render();
}
}

Loading…
Cancel
Save