diff --git a/templates/default/account.html b/templates/default/account.html index 877093d42..0f9782df7 100644 --- a/templates/default/account.html +++ b/templates/default/account.html @@ -58,8 +58,8 @@ {mailto address="{$EMAIL}" encode="hex"}
  • - {intl l="Change my account informations"} - {intl l="Change my password"} + {intl l="Change my account informations"} + {intl l="Change my password"}
  • {/loop} @@ -82,7 +82,7 @@ {loop type="address" name="customer.addresses" customer="current"} - {$LABEL} + {$LABEL|default:"{intl l='Address %nb' nb={$LOOP_COUNT}}"}