diff options
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties index cd1fd65f021..23dac66b829 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -860,7 +860,7 @@ issue.transition.resetastoreview.description=The Security Hotspot should be anal issue.tabs.code=Where is the issue? issue.tabs.why=Why is this an issue? issue.tabs.how=How to fix it? -issue.tabs.resources=Resources +issue.tabs.more_info=More Info vulnerability.transition.resetastoreview=Reset as To Review vulnerability.transition.resetastoreview.description=The vulnerability can't be fixed as is and needs more details. The security hotspot needs to be reviewed again @@ -1910,11 +1910,14 @@ coding_rules.description_section.title.root_cause=Why is this an issue? coding_rules.description_section.title.root_cause.SECURITY_HOTSPOT=What is the risk? coding_rules.description_section.title.assess_the_problem=Assess the risk? coding_rules.description_section.title.how_to_fix=How to fix it? -coding_rules.description_section.title.resources=Resources +coding_rules.description_section.title.more_info=More Info coding_rules.description_context_title=Which component or framework contains the issue? coding_rules.description_context_other=Other +coding_rules.more_info.generic_concept.title=Security principles +coding_rules.more_info.resources.title=Resources + #------------------------------------------------------------------------------ # # EMAIL CONFIGURATION |