Skip to content

Commit 57f7aa1

Browse files
Fix missing translation
1 parent 83ecd92 commit 57f7aa1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

resources/lang/en/data-synchronize.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,5 @@
6565
'back' => 'Back to :page',
6666
],
6767
],
68+
'check_all' => 'Check all',
6869
];

resources/views/export.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class="data-synchronize-export-form"
5050
@else
5151
<x-core::form.label>
5252
{{ 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>
5454
</x-core::form.label>
5555

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

0 commit comments

Comments
 (0)