diff --git a/front/plugins/maintenance/config.json b/front/plugins/maintenance/config.json
index 6e6edbde..7124e30b 100755
--- a/front/plugins/maintenance/config.json
+++ b/front/plugins/maintenance/config.json
@@ -240,7 +240,7 @@
"description": [
{
"language_code": "en_us",
- "string": "How many last app.log lines to keep. When LOG_LEVEL is set to debug, the application generates about 10,000 log lines per hour. Choose a value that covers the expected bug occurrence window. For example, 1000000 lines (~50 MB) is typically sufficient for issues that occur every 3 days. Set to 0 to disable log purging. Larger log files increase memory usage, so reduce this value after debugging is complete."
+ "string": "How many log entries to keep. When LOG_LEVEL is set to debug, the application generates about 10,000 log entries per hour. Choose a value that covers the expected bug occurrence window. For example, 1000000 lines (~50 MB) is typically sufficient for issues that occur every 3 days. Set to 0 to disable log purging. Larger log files increase memory usage, so reduce the value after debugging is complete."
}
]
},