diff --git a/addons/default/visiosoft/profile-module/resources/views/address/list.twig b/addons/default/visiosoft/profile-module/resources/views/address/list.twig index 084b6eb23..0cb2954fc 100644 --- a/addons/default/visiosoft/profile-module/resources/views/address/list.twig +++ b/addons/default/visiosoft/profile-module/resources/views/address/list.twig @@ -14,8 +14,8 @@ {{ trans("visiosoft.module.profile::field.adress_name.name") }} - {{ trans("visiosoft.module.profile::field.adress_first_name.name") }} - {{ trans("visiosoft.module.profile::field.adress_last_name.name") }} + {{ trans("visiosoft.module.profile::field.adress_first_name.name") }} + {{ trans("visiosoft.module.profile::field.adress_last_name.name") }} {{ trans("visiosoft.module.profile::field.actions.name") }} @@ -24,8 +24,8 @@ {{ loop.index }} {{ adress.adress_name }} - {{ adress.adress_first_name }} - {{ adress.adress_last_name }} + {{ adress.adress_first_name }} + {{ adress.adress_last_name }}