From 196ec51751c9f82372eceb101f5c994dea5de131 Mon Sep 17 00:00:00 2001 From: Pranay Girase Date: Thu, 6 Feb 2025 21:12:31 +0530 Subject: [PATCH] fix(typo): typos in Dashboard and Report in HTML (#6847) --- dashboard/pages/overview.py | 4 ++-- prowler/lib/outputs/html/html.py | 2 +- tests/lib/outputs/html/html_test.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dashboard/pages/overview.py b/dashboard/pages/overview.py index 24ffae5de6..afa7ecba04 100644 --- a/dashboard/pages/overview.py +++ b/dashboard/pages/overview.py @@ -1720,7 +1720,7 @@ def generate_table(data, index, color_mapping_severity, color_mapping_status): [ html.P( html.Strong( - "Recomendation: ", + "Recommendation: ", style={ "margin-right": "5px" }, @@ -1744,7 +1744,7 @@ def generate_table(data, index, color_mapping_severity, color_mapping_status): [ html.P( html.Strong( - "RecomendationUrl: ", + "RecommendationUrl: ", style={ "margin-right": "5px" }, diff --git a/prowler/lib/outputs/html/html.py b/prowler/lib/outputs/html/html.py index f1944b6ee6..f981996fdc 100644 --- a/prowler/lib/outputs/html/html.py +++ b/prowler/lib/outputs/html/html.py @@ -205,7 +205,7 @@ class HTML(Output): Resource Tags Status Extended Risk - Recomendation + Recommendation Compliance diff --git a/tests/lib/outputs/html/html_test.py b/tests/lib/outputs/html/html_test.py index 0fa5ccbe3e..f38b1c65ab 100644 --- a/tests/lib/outputs/html/html_test.py +++ b/tests/lib/outputs/html/html_test.py @@ -339,7 +339,7 @@ def get_aws_html_header(args: list) -> str: Resource Tags Status Extended Risk - Recomendation + Recommendation Compliance