diff options
author | Philippe Perrin <philippe.perrin@sonarsource.com> | 2020-02-18 17:30:25 +0100 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2020-02-21 20:46:19 +0100 |
commit | 42f203d478ffff0c9210340c127bab54db72754d (patch) | |
tree | 6b0bb6f2081a19a6703e45ab28794fbdb650dd50 /sonar-core | |
parent | 264d88bf2eec04aa9c5d88f038ef6e19766b66f0 (diff) | |
download | sonarqube-42f203d478ffff0c9210340c127bab54db72754d.tar.gz sonarqube-42f203d478ffff0c9210340c127bab54db72754d.zip |
SONAR-12718 User can get a permalink to the hotspot
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 1 |
1 files changed, 1 insertions, 0 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 f4c01c35339..f19013aa7ac 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -685,6 +685,7 @@ hotspots.status_option.FIXED=Fixed hotspots.status_option.FIXED.description=The code has been modified to follow recommended secure coding practices. hotspots.status_option.SAFE=Safe hotspots.status_option.SAFE.description=The code is not at risk and doesn't need to be modified. +hotspots.get_permalink=Get Permalink hotspot.filters.title=Filters hotspot.filters.assignee.assigned_to_me=Assigned to me |