Fix some spelling mistakes (closes issue 441)

This commit is contained in:
Thomas Keller
2011-03-08 14:42:24 +01:00
parent c3cd494386
commit 9b7691c1ae
11 changed files with 13 additions and 13 deletions

View File

@@ -2,7 +2,7 @@
{block body}
{if $form.errors}
<div class="px-message-error">
<p>{trans 'Oups, please check the provided login and email address to register.'}</p>
<p>{trans 'Oops, please check the provided login and email address to register.'}</p>
{if $form.get_top_errors}
{$form.render_top_errors|unsafe}
{/if}