diff options
author | Jeremy Davis <jeremy.davis@sonarsource.com> | 2020-01-09 14:08:12 +0100 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2020-01-13 20:46:38 +0100 |
commit | 3f980781b807da928130b472f51cc9a7af8a2eae (patch) | |
tree | a4c4217ea88af4effb13146c5c755283ab2026a1 /sonar-core | |
parent | 8d8f01a13a6e960b34dc2c805faeeccbc89c8ab9 (diff) | |
download | sonarqube-3f980781b807da928130b472f51cc9a7af8a2eae.tar.gz sonarqube-3f980781b807da928130b472f51cc9a7af8a2eae.zip |
SONAR-12719 Handle labels in actions
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 4 |
1 files changed, 3 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 0e17f23518b..465c975cfea 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -690,11 +690,13 @@ hotspot.filters.show_all=Show all hotspots hotspots.review_hotspot=Review Hotspot hotspots.form.title=Mark Security Hotspot as: +hotspots.form.title.disabled=Security Hotspot is marked as: +hotspots.form.cannot_change_status=Changing a hotspot's status requires permission. hotspots.form.assign_to=Assign to: hotspots.form.select_user=Select a user... hotspots.form.comment=Comment: -hotspots.form.comment.placeholder=This status requires justification +hotspots.form.comment.placeholder=For tracking purposes, we highly recommend explaining why the code is safe. hotspots.form.submit.TO_REVIEW=Submit Review hotspots.form.submit.REVIEWED=Apply changes |