summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <bjorn@lindeijer.nl>2009-10-20 22:22:31 +0200
committerThorbjørn Lindeijer <bjorn@lindeijer.nl>2009-10-20 22:22:31 +0200
commitf92f66d5303b5fc3d8116404559cea6e15c7ec39 (patch)
tree745ffa03be166d57de693dd40a8ab87d1bb9ab0b
parentaaa8a58d1e2b71f045a33f828cbe0e0da65982f5 (diff)
downloadwebsite-f92f66d5303b5fc3d8116404559cea6e15c7ec39.tar.gz
website-f92f66d5303b5fc3d8116404559cea6e15c7ec39.tar.bz2
website-f92f66d5303b5fc3d8116404559cea6e15c7ec39.tar.xz
website-f92f66d5303b5fc3d8116404559cea6e15c7ec39.zip
Fixed sentence on successfully filling in registration form
-rw-r--r--registration.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/registration.php b/registration.php
index ed7b528..9dda613 100644
--- a/registration.php
+++ b/registration.php
@@ -129,7 +129,7 @@
else
{
?>
- <p>Your account has been created and was scheduled for creation! In a few minutes you should receive an email with verification of your new account.</p>
+ <p>Your was scheduled for creation! In a few minutes you should receive an email with verification of your new account.</p>
<?php }
placeFooter();
?>