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):