Skip to content

Commit 7fa9ff2

Browse files
committed
wip
1 parent c26c13e commit 7fa9ff2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nodered.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,7 @@ public function hcpp_render_body( $args ) {
115115
$msg = '<div style="margin-top:-20px;width:75%;"><span>';
116116
$msg .= 'The Node-RED framework lives inside the "nodeapp" folder (adjacent to "public_html"). ';
117117
$msg .= 'It can be a standalone instance in the domain root, or in a subfolder using the ';
118-
$msg .= '<b>Install Directory</b> field below.</span><br><span style="font-style:italic;color:darkorange;">';
119-
$msg .= 'Files will be overwritten; be sure the specified <span style="font-weight:bold">Install Directory</span> is empty!</span></div><br>';
118+
$msg .= '<b>Install Directory</b> field below.</span> The specified <b>Install Directory</b> must be non-existent or empty.<br><br>';
120119

121120
// Enforce username and password, remove PHP version
122121
$msg .= '

0 commit comments

Comments
 (0)