소스 검색

lang keys

andre 6 달 전
부모
커밋
0f0a69b75e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/UI/Client/Setting/Buttons/InfoButton.php

+ 1 - 1
app/UI/Client/Setting/Buttons/InfoButton.php

@@ -14,7 +14,7 @@ class InfoButton extends ButtonDataTableModalAction implements ClientArea
 
     public function initContent()
     {
-        $this->initIds('infoButton ');
+        $this->initIds('infoButton');
         $this->initLoadModalAction(new InfoModal());
     }