From 87cb1e190b186dae30fdc535a4f1832e1658e708 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Thu, 4 Jan 2024 21:56:50 +0100 Subject: [PATCH] Correct typo --- application/libraries/Notifications.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/libraries/Notifications.php b/application/libraries/Notifications.php index 59df379a..2323dca7 100644 --- a/application/libraries/Notifications.php +++ b/application/libraries/Notifications.php @@ -63,7 +63,7 @@ class Notifications bool $manage_mode = false, ): void { try { - $current_language = config('english'); + $current_language = config('language'); $customer_link = site_url('booking/reschedule/' . $appointment['hash']);