File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -150,12 +150,12 @@ public function hcpp_render_body( $args ) {
150
150
$ msg .= '<script>$(function(){$(".l-unit-toolbar__buttonstrip.float-right a").css("display", "none");});</script> ' ;
151
151
}else {
152
152
153
+
153
154
// Display install information
154
155
$ msg = '<div style="margin-top:-20px;width:75%;"><span> ' ;
155
- $ msg .= 'Please be patient; NodeBB may take a <b>few minutes</b> to complete install! The NodeBB forum lives ' ;
156
- $ msg .= 'inside the "nodeapp" folder (adjacent to "public_html"). It can be a standalone instance in the domain root, or in a ' ;
157
- $ msg .= 'subfolder using the <b>Install Directory</b> field below.</span><br><span style="font-style:italic;color:darkorange;"> ' ;
158
- $ msg .= 'Files will be overwritten; be sure the specified <span style="font-weight:bold">Install Directory</span> is empty!</span></div><br> ' ;
156
+ $ msg .= 'Please be patient; NodeBB download & installation may take <span style="font-weight:bold;font-style:italic;color:darkorange;"> ' ;
157
+ $ msg .= 'several minutes to complete install!</span> You can check the domain in an adjacent window. ' ;
158
+ $ msg .= 'The specified <b>Install Directory</b> must be non-existent or empty.<br><br> ' ;
159
159
160
160
// Enforce username and password, remove PHP version
161
161
$ msg .= '
You can’t perform that action at this time.
0 commit comments