diff options
author | Jeremy Davis <jeremy.davis@sonarsource.com> | 2022-02-18 17:26:50 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-02-25 20:02:54 +0000 |
commit | 1a4de4eb41d7c9a62476ff43e8360960da74dcf1 (patch) | |
tree | 765a6f01a859dce858a802de99510d202e674651 /sonar-core | |
parent | 7ff077120c74f42fd55d1f2a33f1ee5cdf5ef735 (diff) | |
download | sonarqube-1a4de4eb41d7c9a62476ff43e8360960da74dcf1.tar.gz sonarqube-1a4de4eb41d7c9a62476ff43e8360960da74dcf1.zip |
SONAR-16008 Move hotspot code to a tab
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 3 |
1 files changed, 2 insertions, 1 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 a4bd9392944..4653f0ec0f7 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -735,8 +735,9 @@ hotspots.list_title.FIXED={0} Security Hotspots reviewed as fixed hotspots.list_title.SAFE={0} Security Hotspots reviewed as safe hotspots.risk_exposure=Review priority +hotspots.tabs.code=Where is the risk? hotspots.tabs.risk_description=What's the risk? -hotspots.tabs.vulnerability_description=Are you at risk? +hotspots.tabs.vulnerability_description=Assess the risk hotspots.tabs.fix_recommendations=How can you fix it? hotspots.review_history.created=created Security Hotspot hotspots.review_history.comment_added=added a comment |