diff options
author | Philippe Perrin <philippe.perrin@sonarsource.com> | 2020-01-08 11:50:27 +0100 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2020-01-13 20:46:37 +0100 |
commit | 60c703114d614ea898076d70b65d06804d03c6d5 (patch) | |
tree | 78d855bba46a518c69f865313734eb84231ae232 /sonar-core | |
parent | 21e86b4e115acf309ed10cc29e0ec58810270f39 (diff) | |
download | sonarqube-60c703114d614ea898076d70b65d06804d03c6d5.tar.gz sonarqube-60c703114d614ea898076d70b65d06804d03c6d5.zip |
SONAR-12720 Add a comment to a security hotspot
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 5 |
1 files changed, 4 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 8406f89a77c..13856539bd7 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -664,7 +664,10 @@ hotspots.tabs.vulnerability_description=Are you vulnerable? hotspots.tabs.fix_recommendations=How can you fix it? hotspots.tabs.review_history=Review history hotspots.tabs.review_history.created=created Security Hotspot -hotspots.tabs.review_history.comment=added a comment +hotspots.tabs.review_history.comment.added=added a comment +hotspots.tabs.review_history.comment.add=Add a comment +hotspots.tabs.review_history.comment.field=Comment: +hotspots.tabs.review_history.comment.submit=Comment hotspot.change_status.REVIEWED=Change status hotspot.change_status.TO_REVIEW=Review Hotspot |