Skip to content

Commit

Permalink
fix German translation
Browse files Browse the repository at this point in the history
  • Loading branch information
dansysanalyst committed Dec 1, 2021
1 parent 5e3a571 commit 0126b48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/lang/de/datatable.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
'is_not_null' => 'nicht null ',
'is_blank' => 'Leer',
'is_not_blank' => 'nicht leer',
'is_empty' => 'ausgefüllt',
'is_not_empty' => 'unausgefüllt',
'is_empty' => 'unausgefüllt',
'is_not_empty' => 'ausgefüllt',
],
'export' => [
'exporting' => 'Warten Sie mal!',
Expand Down

0 comments on commit 0126b48

Please sign in to comment.