diff --git a/core/lib/Thelia/Form/CustomerCreation.php b/core/lib/Thelia/Form/CustomerCreation.php
index 98e3dd0eb..120be2f41 100644
--- a/core/lib/Thelia/Form/CustomerCreation.php
+++ b/core/lib/Thelia/Form/CustomerCreation.php
@@ -36,7 +36,7 @@ class CustomerCreation extends AbstractType
"attr" => array(
"class" => "field"
),
- "label" => "toto"
+ "label" => "email"
)
)
->add('age', 'integer');
diff --git a/templates/smarty-sample/index.html b/templates/smarty-sample/index.html
index 1aaa0b9e6..2332aa5ff 100755
--- a/templates/smarty-sample/index.html
+++ b/templates/smarty-sample/index.html
@@ -12,7 +12,7 @@ An image from asset directory :
{form_field_hidden form=$form}
{form_field form=$form.email}
- {intl l='{$label}'} :
+ {intl l="{$label}"} :
{/form_field}
{form_field form=$form.name}