MINOR Use "email" instead of username for validation of admin account during install

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@100418 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sean Harvey 2010-03-03 22:02:57 +00:00 committed by Sam Minnee
parent c762b1e7fa
commit 149496dda4

View File

@ -96,7 +96,7 @@
<?php if($adminReq->hasErrors()) { ?>
<p class="error">
Please <a href="#AdminAccount">enter a username and password</a> for the default administrator account before installing.
Please <a href="#AdminAccount">enter an email address and password</a> for the default administrator account before installing.
</p>
<?php } ?>