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';
}