diff --git a/admin-dev/themes/default/template/controllers/products/informations.tpl b/admin-dev/themes/default/template/controllers/products/informations.tpl index 6b908eab7..7d5347611 100644 --- a/admin-dev/themes/default/template/controllers/products/informations.tpl +++ b/admin-dev/themes/default/template/controllers/products/informations.tpl @@ -420,7 +420,7 @@ {foreach from=$languages item=language}
  • - {$language.iso_code} + {$language.name}
  • {/foreach} diff --git a/admin-dev/themes/default/template/controllers/products/input_text_lang.tpl b/admin-dev/themes/default/template/controllers/products/input_text_lang.tpl index b9ada580f..3829516fe 100644 --- a/admin-dev/themes/default/template/controllers/products/input_text_lang.tpl +++ b/admin-dev/themes/default/template/controllers/products/input_text_lang.tpl @@ -40,7 +40,7 @@ diff --git a/admin-dev/themes/default/template/controllers/products/textarea_lang.tpl b/admin-dev/themes/default/template/controllers/products/textarea_lang.tpl index b73fa02f4..a645c6783 100644 --- a/admin-dev/themes/default/template/controllers/products/textarea_lang.tpl +++ b/admin-dev/themes/default/template/controllers/products/textarea_lang.tpl @@ -41,7 +41,7 @@ diff --git a/admin-dev/themes/default/template/helpers/form/form.tpl b/admin-dev/themes/default/template/helpers/form/form.tpl index 2125f6182..22c5f3de2 100644 --- a/admin-dev/themes/default/template/helpers/form/form.tpl +++ b/admin-dev/themes/default/template/helpers/form/form.tpl @@ -123,7 +123,7 @@ @@ -308,7 +308,7 @@ {foreach from=$languages item=language}
  • - {$language.iso_code} + {$language.name}
  • {/foreach}