File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 65
65
'back ' => 'Back to :page ' ,
66
66
],
67
67
],
68
+ 'check_all ' => 'Check all ' ,
68
69
];
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ class="data-synchronize-export-form"
50
50
@else
51
51
<x-core::form .label >
52
52
{{ trans (' packages/data-synchronize::data-synchronize.export.form.columns' ) } }
53
- <a href =" javascript:void(0)" class =" ms-2 text-primary" data-bb-toggle =" check-all" data-bb-target =" .export-column" >Check all </a >
53
+ <a href =" javascript:void(0)" class =" ms-2 text-primary" data-bb-toggle =" check-all" data-bb-target =" .export-column" >{{ trans ( ' packages/data-synchronize::data-synchronize.check_all ' ) } } </a >
54
54
</x-core::form .label >
55
55
56
56
<div @class ([' row row-cols-1' , ' row-cols-sm-2 row-cols-lg-3' => count ($exporter -> getColumns ()) > 6 ] )>
You can’t perform that action at this time.
0 commit comments