Skip to content

Commit

Permalink
Fix missing translation
Browse files Browse the repository at this point in the history
  • Loading branch information
sangnguyenplus committed Nov 24, 2024
1 parent 83ecd92 commit 57f7aa1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions resources/lang/en/data-synchronize.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,5 @@
'back' => 'Back to :page',
],
],
'check_all' => 'Check all',
];
2 changes: 1 addition & 1 deletion resources/views/export.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class="data-synchronize-export-form"
@else
<x-core::form.label>
{{ trans('packages/data-synchronize::data-synchronize.export.form.columns') }}
<a href="javascript:void(0)" class="ms-2 text-primary" data-bb-toggle="check-all" data-bb-target=".export-column">Check all</a>
<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>
</x-core::form.label>

<div @class(['row row-cols-1', 'row-cols-sm-2 row-cols-lg-3' => count($exporter->getColumns()) > 6])>
Expand Down

0 comments on commit 57f7aa1

Please sign in to comment.