Skip to content

Commit

Permalink
Add "save", "cancel" to Core Localisation (#2039)
Browse files Browse the repository at this point in the history
  • Loading branch information
lrljoe authored Nov 10, 2024
1 parent 90355f8 commit 7748021
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions resources/lang/en/core.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
'Applied Sorting' => 'Applied Sorting',
'Bulk Actions' => 'Bulk Actions',
'Bulk Actions Confirm' => 'Are you sure?',
'cancel' => 'Cancel',
'Clear' => 'Clear',
'Columns' => 'Columns',
'Debugging Values' => 'Debugging Values',
Expand All @@ -27,6 +28,7 @@
'row' => 'row',
'rows' => 'rows',
'rows, do you want to select all' => 'rows, do you want to select all',
'save' => 'Save',
'Search' => 'Search',
'Select All' => 'Select All',
'Select All On Page' => 'Select All On Page',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
])
>
<span x-cloak x-show="currentlyReorderingStatus">
{{ __('livewire-tables::core.Cancel') }}
{{ __('livewire-tables::core.cancel') }}
</span>

<span x-cloak x-show="!currentlyReorderingStatus">
Expand All @@ -33,7 +33,7 @@
])
>
<span>
{{ __('livewire-tables::core.Save') }}
{{ __('livewire-tables::core.save') }}
</span>
</button>
</div>
Expand Down

0 comments on commit 7748021

Please sign in to comment.