|
@@ -6228,7 +6228,7 @@ abstract class CommonObject
|
|
|
foreach ($new_array_options as $key => $value) {
|
|
|
$attributeKey = substr($key, 8); // Remove 'options_' prefix
|
|
|
$attributeType = $extrafields->attributes[$this->table_element]['type'][$attributeKey];
|
|
|
- $attributeLabel = $extrafields->attributes[$this->table_element]['label'][$attributeKey];
|
|
|
+ $attributeLabel = $langs->transnoentities($extrafields->attributes[$this->table_element]['label'][$attributeKey]);
|
|
|
$attributeParam = $extrafields->attributes[$this->table_element]['param'][$attributeKey];
|
|
|
$attributeRequired = $extrafields->attributes[$this->table_element]['required'][$attributeKey];
|
|
|
$attributeUnique = $extrafields->attributes[$this->table_element]['unique'][$attributeKey];
|