From 1887ad222daa00a618d2bec343331c8b07f68db5 Mon Sep 17 00:00:00 2001 From: Spitzer_Daniel Date: Tue, 25 Jul 2023 14:32:47 +0200 Subject: [PATCH] =?UTF-8?q?Titles=20bei=20Symbolen=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Layout/default/Device/Index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Layout/default/Device/Index.php b/Layout/default/Device/Index.php index 1c499b593..dea697013 100644 --- a/Layout/default/Device/Index.php +++ b/Layout/default/Device/Index.php @@ -89,12 +89,12 @@ $pagination_entity_name = "Device"; if (time() - $device->last_config_backup <= 172800) { $backup = 'OK'; } else { - $backup = 'AGED'; + $backup = 'AGED'; } } else { - $backup = 'N/A'; + $backup = 'N/A'; }