Skip to content

Commit 755d941

Browse files
committed
wip
1 parent de40118 commit 755d941

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

nodebb.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,12 +150,12 @@ public function hcpp_render_body( $args ) {
150150
$msg .= '<script>$(function(){$(".l-unit-toolbar__buttonstrip.float-right a").css("display", "none");});</script>';
151151
}else{
152152

153+
153154
// Display install information
154155
$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 &amp; 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>';
159159

160160
// Enforce username and password, remove PHP version
161161
$msg .= '

0 commit comments

Comments
 (0)