diff --git a/src/ui_ng/lib/src/project-policy-config/project-policy-config.component.html b/src/ui_ng/lib/src/project-policy-config/project-policy-config.component.html index ecf8fd7db..8ed2267f5 100644 --- a/src/ui_ng/lib/src/project-policy-config/project-policy-config.component.html +++ b/src/ui_ng/lib/src/project-policy-config/project-policy-config.component.html @@ -26,7 +26,7 @@
{{ 'PROJECT_CONFIG.PREVENT_VULNERABLE_1' | translate }}
{{ 'PROJECT_CONFIG.PREVENT_VULNERABLE_2' | translate }}
diff --git a/src/ui_ng/src/i18n/lang/en-us-lang.json b/src/ui_ng/src/i18n/lang/en-us-lang.json index 8f70a20db..91737b17f 100644 --- a/src/ui_ng/src/i18n/lang/en-us-lang.json +++ b/src/ui_ng/src/i18n/lang/en-us-lang.json @@ -644,12 +644,12 @@ "TOOLTIPS_TITLE_ZERO": "No recognizable vulnerability package found" }, "SEVERITY": { - "HIGH": "high", - "MEDIUM": "medium", - "LOW": "low", - "NEGLIGIBLE": "negligible", - "UNKNOWN": "unknown", - "NONE": "none" + "HIGH": "High", + "MEDIUM": "Medium", + "LOW": "Low", + "NEGLIGIBLE": "Negligible", + "UNKNOWN": "Unknown", + "NONE": "None" }, "SINGULAR": "vulnerability", "OVERALL_SEVERITY": "Vulnerability Severity:", diff --git a/src/ui_ng/src/i18n/lang/es-es-lang.json b/src/ui_ng/src/i18n/lang/es-es-lang.json index e9734c6cd..9872394d5 100644 --- a/src/ui_ng/src/i18n/lang/es-es-lang.json +++ b/src/ui_ng/src/i18n/lang/es-es-lang.json @@ -643,12 +643,12 @@ "TOOLTIPS_TITLE_ZERO": "No se encontró ningún paquete de vulnerabilidad reconocible" }, "SEVERITY": { - "HIGH": "high", - "MEDIUM": "medium", - "LOW": "low", - "NEGLIGIBLE": "negligible", - "UNKNOWN": "unknown", - "NONE": "none" + "HIGH": "High", + "MEDIUM": "Medium", + "LOW": "Low", + "NEGLIGIBLE": "Negligible", + "UNKNOWN": "Unknown", + "NONE": "None" }, "SINGULAR": "vulnerability", "OVERALL_SEVERITY": "Vulnerability Severity:", diff --git a/src/ui_ng/src/i18n/lang/fr-fr-lang.json b/src/ui_ng/src/i18n/lang/fr-fr-lang.json index 09a7ce89e..1a8a309ed 100644 --- a/src/ui_ng/src/i18n/lang/fr-fr-lang.json +++ b/src/ui_ng/src/i18n/lang/fr-fr-lang.json @@ -608,12 +608,12 @@ "TOOLTIPS_TITLE_ZERO": "Aucun paquet de vulnérabilité connue trouvé" }, "SEVERITY": { - "HIGH": "haut", - "MEDIUM": "moyen", - "LOW": "bas", - "NEGLIGIBLE": "négligeable", - "UNKNOWN": "inconnu", - "NONE": "aucune" + "HIGH": "Haut", + "MEDIUM": "Moyen", + "LOW": "Bas", + "NEGLIGIBLE": "Négligeable", + "UNKNOWN": "Inconnu", + "NONE": "Aucune" }, "SINGULAR": "vulnérabilitée", "OVERALL_SEVERITY": "Sévérité de la Vulnérabilitée :",