liquid_feedback_frontend
diff app/main/member/_email_unconfirmed.lua @ 233:72d8f5faa2e5
Fixed orthography
author | jbe |
---|---|
date | Thu Oct 06 16:48:30 2011 +0200 (2011-10-06) |
parents | 733f65c0c0a0 |
children |
line diff
1.1 --- a/app/main/member/_email_unconfirmed.lua Thu Oct 06 16:30:15 2011 +0200 1.2 +++ b/app/main/member/_email_unconfirmed.lua Thu Oct 06 16:48:30 2011 +0200 1.3 @@ -12,12 +12,12 @@ 1.4 if current then 1.5 ui.tag{ 1.6 tag = "div", 1.7 - content = _("You didn't confirmed your email address '#{email}'. You have received an email with an activation link.", { email = app.session.member.notify_email_unconfirmed }) 1.8 + content = _("You didn't confirm your email address '#{email}'. You have received an email with an activation link.", { email = app.session.member.notify_email_unconfirmed }) 1.9 } 1.10 else 1.11 ui.tag{ 1.12 tag = "div", 1.13 - content = _("You didn't confirmed your email address '#{email}' within 7 days.", { email = app.session.member.notify_email_unconfirmed }) 1.14 + content = _("You didn't confirm your email address '#{email}' within 7 days.", { email = app.session.member.notify_email_unconfirmed }) 1.15 } 1.16 end 1.17 slot.put("<br />")