diff options
Diffstat (limited to 'www/account.php')
-rw-r--r-- | www/account.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/account.php b/www/account.php index 3f115e0..c7f34a3 100644 --- a/www/account.php +++ b/www/account.php @@ -33,7 +33,7 @@ //check for spam via honeypot if(!isset($_REQUEST['robotest']) || !empty($_REQUEST['robotest'])){ - echo _("Form could not be send."); + echo _("Form could not be sent."); showfooter(); exit; } |