diff options
author | Philippe Perrin <philippe.perrin@sonarsource.com> | 2019-12-17 18:49:19 +0100 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2020-01-13 20:46:32 +0100 |
commit | 6c3ab41a66e68914f5c9daa709024fa835312578 (patch) | |
tree | a5d24fcbd1366fc627cb2270e3fe685094ca0e46 /sonar-core | |
parent | 8ef630c4194a011f2920e26222f26930624704c6 (diff) | |
download | sonarqube-6c3ab41a66e68914f5c9daa709024fa835312578.tar.gz sonarqube-6c3ab41a66e68914f5c9daa709024fa835312578.zip |
SONAR-12720 Review tab displays the changelog of the hotspot
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 10 |
1 files changed, 7 insertions, 3 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 237bc380512..8c26488e343 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -656,9 +656,12 @@ hotspots.risk_exposure=Review priority: hotspot.category=Category: hotspot.status=Status: hotspot.assigned_to=Assigned to: -hotspot.tabs.risk_description=What's the risk? -hotspot.tabs.vulnerability_description=Are you vulnerable? -hotspot.tabs.fix_recommendations=How can you fix it? +hotspots.tabs.risk_description=What's the risk? +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 + hotspot.change_status.REVIEWED=Change status hotspot.change_status.TO_REVIEW=Review Hotspot @@ -672,6 +675,7 @@ hotspot.filters.assignee.all=All hotspot.filters.status.to_review=To review hotspot.filters.status.fixed=Reviewed as fixed hotspot.filters.status.safe=Reviewed as safe +hotspots.review_hotspot=Review Hotspot hotspots.form.title=Mark Security Hotspot as: |