소스 검색

260318 ESG圖片敘述未依語系摘選

OMEGA\lulufj.ho 2 달 전
부모
커밋
d12f8d02c3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      app/Http/Controllers/Api/EsgController.php

+ 1
- 1
app/Http/Controllers/Api/EsgController.php 파일 보기

@@ -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
         ];