Skip to content

Commit

Permalink
Update translations.php
Browse files Browse the repository at this point in the history
  • Loading branch information
LeMatosDeFuk committed Oct 16, 2023
1 parent 73c4673 commit 4643ef6
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/Lang/en/translations.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<?php

return [
'reset' => 'Reset',
'choose' => 'Choose',
'options' => [
'yes' => 'Yes',
'no' => 'No',
'filter' => [
'reset' => 'Reset',
'choose' => 'Choose',
'options' => [
'yes' => 'Yes',
'no' => 'No',
],
],
'actions' => 'Actions',
];

0 comments on commit 4643ef6

Please sign in to comment.