From 9b1443423e1569ec3f3fc382120b1c3383be80e7 Mon Sep 17 00:00:00 2001
From: Carlos V <76731844+cvc90@users.noreply.github.com>
Date: Fri, 25 Aug 2023 18:39:45 +0200
Subject: [PATCH] Update deviceDetails.php
Added "DevDetail_Loading" translation variable in various sections
---
front/deviceDetails.php | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/front/deviceDetails.php b/front/deviceDetails.php
index bb1bd061..be7cd1c9 100755
--- a/front/deviceDetails.php
+++ b/front/deviceDetails.php
@@ -576,10 +576,10 @@
}, 2000);
-
-
-
-
+
+
+
+
@@ -650,7 +650,7 @@
-
+
| = lang("DevDetail_Loading");?> | |
@@ -1105,7 +1105,7 @@ function initializeDatatables () {
// Processing
'processing' : true,
'language' : {
- processing: '| Loading... | '+
+ processing: '| = lang("DevDetail_Loading");?> | '+
''+
' |
',
emptyTable: 'No data',
@@ -1144,7 +1144,7 @@ function initializeDatatables () {
// Processing
'processing' : true,
'language' : {
- processing: '| Loading... | '+
+ processing: '| = lang("DevDetail_Loading");?> | '+
''+
' |
',
emptyTable: 'No data',
@@ -1963,7 +1963,7 @@ function initTable(tableId, mac){
// Processing
'processing' : true,
'language' : {
- processing: '| Loading... | '+
+ processing: '| = lang("DevDetail_Loading");?> | '+
''+
' |
',
emptyTable: 'No data',