Browse Source

lang keys

andre 5 tháng trước cách đây
mục cha
commit
0f0a69b75e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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());
     }