Added some translations in the Customer Creation Form

This commit is contained in:
David Rimbault
2013-11-19 23:50:23 +01:00
parent 9598082c00
commit 4b2a73c85d
3 changed files with 10 additions and 2 deletions

View File

@@ -265,7 +265,7 @@
<div class="control-input">
<div class="checkbox">
<label class="control-label" for="{$label_attr.for}">
<input type="checkbox" name="{$name}" id="{$label_attr.for}" value="{$value}"{if $checked} checked{/if} {if $required} aria-required="true" required{/if}>I've read and agreed on <a href="#">Terms &amp; Conditions</a></a>.
<input type="checkbox" name="{$name}" id="{$label_attr.for}" value="{$value}"{if $checked} checked{/if} {if $required} aria-required="true" required{/if}>I've read and agreed on <a href="#">Terms &amp; Conditions</a>.
</label>
{if $error }
<span class="help-block">{$message}</span>