From 1245d8847cad4056239f8b68b63e75a27210be9b Mon Sep 17 00:00:00 2001 From: Fabian von Feilitzsch Date: Mon, 18 Dec 2023 15:30:16 -0500 Subject: [PATCH] :bug: Rename Rules tags to rules labels for better clarity (#1638) This is to address an issue where a user expected the technology tags on the output report to be filtered, when the filtering is based on the labels on the rule itself. This PR just makes sure the UI and analyzer use the same terminology tried to keep the change minimal, can change the internal variables/div names as well if we want. wasn't sure if :bug: or :ghost: was more appropriate Signed-off-by: Fabian von Feilitzsch --- client/public/locales/en/translation.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/public/locales/en/translation.json b/client/public/locales/en/translation.json index 491100601..d6bd70c3e 100644 --- a/client/public/locales/en/translation.json +++ b/client/public/locales/en/translation.json @@ -514,7 +514,7 @@ "packages": "Packages", "review": "Review", "rules": "Rules", - "rulesTags": "rules tags", + "rulesTags": "rules labels", "scope": "Scope", "setTargets": "Set targets", "source": "Source",