From 7748021eeb323ff070c1e5b703167010cac8e1eb Mon Sep 17 00:00:00 2001
From: Joe <104938042+lrljoe@users.noreply.github.com>
Date: Sun, 10 Nov 2024 04:07:34 +0000
Subject: [PATCH] Add "save", "cancel" to Core Localisation (#2039)
---
resources/lang/en/core.php | 2 ++
.../components/tools/toolbar/items/reorder-buttons.blade.php | 4 ++--
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/resources/lang/en/core.php b/resources/lang/en/core.php
index 3a562980d..631762dba 100644
--- a/resources/lang/en/core.php
+++ b/resources/lang/en/core.php
@@ -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',
@@ -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',
diff --git a/resources/views/components/tools/toolbar/items/reorder-buttons.blade.php b/resources/views/components/tools/toolbar/items/reorder-buttons.blade.php
index b33ea1d86..00d89e384 100644
--- a/resources/views/components/tools/toolbar/items/reorder-buttons.blade.php
+++ b/resources/views/components/tools/toolbar/items/reorder-buttons.blade.php
@@ -14,7 +14,7 @@
])
>
- {{ __('livewire-tables::core.Cancel') }}
+ {{ __('livewire-tables::core.cancel') }}
@@ -33,7 +33,7 @@
])
>
- {{ __('livewire-tables::core.Save') }}
+ {{ __('livewire-tables::core.save') }}