mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR Wording change in installer for database details not correct (from r100552)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@105603 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
dd8d0c1259
commit
0f2a698f15
@ -86,7 +86,7 @@
|
|||||||
|
|
||||||
<?php if($dbReq->hasErrors()) { ?>
|
<?php if($dbReq->hasErrors()) { ?>
|
||||||
<p class="error">
|
<p class="error">
|
||||||
The database details don't appear to be correct. Please <a href="#database_credentials">enter the correct details</a> before installing.
|
The database details don't appear to be correct. Please <a href="#database_credentials">review and correct</a> before installing.
|
||||||
</p>
|
</p>
|
||||||
<?php } else { ?>
|
<?php } else { ?>
|
||||||
<p class="good">
|
<p class="good">
|
||||||
|
Loading…
Reference in New Issue
Block a user