diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2020-02-14 13:38:38 +0100 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2020-02-21 20:46:16 +0100 |
commit | 1274e4f398ab05aceaedcaa9fd5453ca5b7732a3 (patch) | |
tree | f3166a5b967cadfbd4a4b63285941be5fce546ad /sonar-core | |
parent | b893a8f31516a9814c23ee78b2fc4b9a225158bd (diff) | |
download | sonarqube-1274e4f398ab05aceaedcaa9fd5453ca5b7732a3.tar.gz sonarqube-1274e4f398ab05aceaedcaa9fd5453ca5b7732a3.zip |
SONAR-12933 Make link label of rule tabs more explicit
Co-authored-by: Grégoire Aubert <gregoire.aubert@sonarsource.com>
Co-authored-by: Wouter Admiraal <wouter.admiraal@sonarsource.com>
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 3 |
1 files changed, 2 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 6f6f1b41f57..bd24ebf14c0 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -734,7 +734,8 @@ issue.manual_vulnerability=Manual issue.manual_vulnerability.description=This Vulnerability was created from a Security Hotspot and has its own issue workflow. issue.rule_details=Rule Details issue.send_notifications=Send Notifications -issue.see_rule=See Rule +issue.why_this_issue=Why is this an issue? +issue.why_this_issue.long=Why is this an issue? Open the rule's details at the bottom of the page. issue.transition=Transition issue.transition.confirm=Confirm issue.transition.confirm.description=This issue has been reviewed and something should be done eventually to handle it. |