Răsfoiți Sursa

add lang keys

andre 4 ani în urmă
părinte
comite
06066611f8
1 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  1. 2 1
      app/UI/Snapshot/Pages/SnapshotRawDataTable.php

+ 2 - 1
app/UI/Snapshot/Pages/SnapshotRawDataTable.php

@@ -13,7 +13,8 @@ class SnapshotRawDataTable extends RawDataTable implements ClientArea, AdminArea
     use SnapshotTrait;
 
     protected $id = 'snapshotDataTable';
-    protected $title = 'snapshotDataTable';
+    protected $title = 'snapshotDataTableTitle';
+    protected $name = 'snapshotDataTable';
 
 
 }