diff options
author | Jeremy Davis <jeremy.davis@sonarsource.com> | 2022-02-10 12:03:45 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-02-25 20:02:54 +0000 |
commit | 9620694f92f2525837ce822d69f1296bf003ae69 (patch) | |
tree | 260edcd4df8d8dd42034c0e6970326d8ab7c9ef9 /sonar-core | |
parent | fd43b7adbc2d335c596d063528cb0a094b3394d2 (diff) | |
download | sonarqube-9620694f92f2525837ce822d69f1296bf003ae69.tar.gz sonarqube-9620694f92f2525837ce822d69f1296bf003ae69.zip |
SONAR-16007 Add hotspot box to primary location
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 2 |
1 files changed, 1 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 f72d1fd1dbe..a4bd9392944 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -741,7 +741,7 @@ hotspots.tabs.fix_recommendations=How can you fix it? 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.open=Comment hotspots.comment.submit=Comment hotspots.open_in_ide.open=Open in IDE hotspots.open_in_ide.success=Success. Switch to your IDE to see the security hotspot. |