|
|
@@ -65,7 +65,7 @@ class EsgController extends Controller
|
|
65
|
65
|
"img_pc" => $esg->banner_pc_url,
|
|
66
|
66
|
"img_mobile" => $esg->banner_mobile_url,
|
|
67
|
67
|
"img_alt" => $esg->getTranslation("banner_alt", $locate, false),
|
|
68
|
|
- "text" => $esg->description ?? "",
|
|
|
68
|
+ "text" => $esg->getTranslation("description", $locate, false),
|
|
69
|
69
|
],
|
|
70
|
70
|
"paragraphs" => $this->prepareOutputContent($esg->paragraphs->toArray(), $locate)
|
|
71
|
71
|
];
|