Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading