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