From 945ba34bffcc0ccbbb526622aacf3978ced984d0 Mon Sep 17 00:00:00 2001 From: Ismail Cagan Yilmaz Date: Wed, 11 Dec 2024 15:16:29 +0300 Subject: [PATCH] [16.0][FIX] __manifest__.py description fixed --- website_catch_500/__manifest__.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/website_catch_500/__manifest__.py b/website_catch_500/__manifest__.py index 6d925cdd..9a371bd9 100644 --- a/website_catch_500/__manifest__.py +++ b/website_catch_500/__manifest__.py @@ -3,10 +3,8 @@ { "name": "Website Catch 500 Errors", "summary": "Catch All 500 Errors and Log Them", - "description": "This module is designed to handle 500 errors." - " It logs all 500 errors and displays them in the back-end." - " Additionally, when any product or category is renamed," - " it automatically adds redirections to the new URL.", + "description": "This module is designed to handle HTTP 500 errors." + "It logs all HTTP 500 errors and displays them in the back-end.", "development_status": "Beta", "version": "16.0.1.0.1", "author": "Ismail Cagan Yilmaz",