diff options
author | matthew <matthew> | 2007-05-03 09:40:05 +0000 |
---|---|---|
committer | matthew <matthew> | 2007-05-03 09:40:05 +0000 |
commit | 305beaf7d0ff9b753e265942c5542cad1abfdcd6 (patch) | |
tree | 2058fe91753cf2b744b5daf0ab6518d7a4a986a6 /web/confirm.cgi | |
parent | 58f5ebbdfed7d99efd24f2f6dab0b5a3909d4ded (diff) |
Typo; use confirm time rather than created time.
Diffstat (limited to 'web/confirm.cgi')
-rwxr-xr-x | web/confirm.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/confirm.cgi b/web/confirm.cgi index 09022ed7d..4a41721d4 100755 --- a/web/confirm.cgi +++ b/web/confirm.cgi @@ -6,7 +6,7 @@ # Copyright (c) 2006 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org. WWW: http://www.mysociety.org # -# $Id: confirm.cgi,v 1.14 2007-05-03 09:34:22 matthew Exp $ +# $Id: confirm.cgi,v 1.15 2007-05-03 09:40:05 matthew Exp $ use strict; require 5.8.0; @@ -76,7 +76,7 @@ EOF $out .= $q->p( _('You have successfully confirmed your problem') . ($council ? _(' and <strong>we will now send it to the council</strong>') : '') - . sprintf(_('You can <a href="%s">view the problem on this site</a>.'), "/?id=$id") + . sprintf(_('. You can <a href="%s">view the problem on this site</a>.'), "/?id=$id") ); my $signup = <<EOF; <input type="hidden" name="signed_email" value="$salt,$signed_email"> |