diff options
author | Mathieu Suen <mathieu.suen@sonarsource.com> | 2020-02-12 13:32:32 +0100 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2020-02-21 20:46:19 +0100 |
commit | 9bc1ac6000521a9a64c08c69100000d1f49cd383 (patch) | |
tree | 77ca6e62520727fbc7ac8258e6176d9e02c4c17e /sonar-core | |
parent | b381bc38fdf5c082ac0c0f12b45926b10c34ddb1 (diff) | |
download | sonarqube-9bc1ac6000521a9a64c08c69100000d1f49cd383.tar.gz sonarqube-9bc1ac6000521a9a64c08c69100000d1f49cd383.zip |
SONAR-12720 Put comment on bottom of hotspot review page and add a link from top.
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 12 |
1 files changed, 6 insertions, 6 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 880fabbf057..aa865428be5 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -667,12 +667,11 @@ hotspots.risk_exposure=Review priority hotspots.tabs.risk_description=What's the risk? hotspots.tabs.vulnerability_description=Are you at risk? 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=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 +hotspots.review_history.created=created Security Hotspot +hotspots.review_history.comment_added=added a comment +hotspots.comment.field=Comment: +hotspots.comment.open=Add Comment +hotspots.comment.submit=Comment hotspots.assignee.select_user=Select a user... hotspots.status.cannot_change_status=Changing a hotspot's status requires permission. @@ -696,6 +695,7 @@ hotspot.filters.period.since_leak_period=New code hotspot.filters.period.overall=Overall code hotspot.filters.status.safe=Reviewed as safe hotspot.filters.show_all=Show all hotspots +hotspot.section.activity=Activity: hotspots.reviewed.tooltip=Percentage of Security Hotspots reviewed (fixed or safe) among all non-closed Security Hotspots. hotspots.review_hotspot=Review Hotspot |