We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fa9ff2 commit f58bc7eCopy full SHA for f58bc7e
nodered.php
@@ -113,7 +113,7 @@ public function hcpp_render_body( $args ) {
113
114
// Display install information
115
$msg = '<div style="margin-top:-20px;width:75%;"><span>';
116
- $msg .= 'The Node-RED framework lives inside the "nodeapp" folder (adjacent to "public_html"). ';
+ $msg .= 'The Node-RED instance lives inside the "nodeapp" folder (adjacent to "public_html"). ';
117
$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> The specified <b>Install Directory</b> must be non-existent or empty.<br><br>';
119
0 commit comments