From 9eab7640c4b788c97525c72b8ba8c0055b435558 Mon Sep 17 00:00:00 2001
From: Carlos V <76731844+cvc90@users.noreply.github.com>
Date: Tue, 22 Aug 2023 17:10:12 +0200
Subject: [PATCH] Update events.php to add new translation variable
Added translation variable in spinner text
---
front/events.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/front/events.php b/front/events.php
index 2a45feed..d4632666 100755
--- a/front/events.php
+++ b/front/events.php
@@ -257,7 +257,7 @@ function initializeDatatable () {
// Processing
'processing' : true,
'language' : {
- processing: '
',
+ processing: '| = lang("Events_Loading");?> | |
',
emptyTable: 'No data',
"lengthMenu": "= lang('Events_Tablelenght');?>",
"search": "= lang('Events_Searchbox');?>: ",