diff options
author | David Cho-Lerat <david.cho-lerat@sonarsource.com> | 2023-10-31 11:49:01 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-10-31 20:02:42 +0000 |
commit | 35dc4d8749aef166aa3b81ecf868f3589ab5421c (patch) | |
tree | e9dc0e2e1cfc72918b420224164cb23d8ac4fc8f /sonar-core/src | |
parent | 95725164a2332aa0cf45385be176d9d1358640a0 (diff) | |
download | sonarqube-35dc4d8749aef166aa3b81ecf868f3589ab5421c.tar.gz sonarqube-35dc4d8749aef166aa3b81ecf868f3589ab5421c.zip |
SONAR-20513 Use new ToastMessage for Open issues in IDE success/error messages
Diffstat (limited to 'sonar-core/src')
-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 90183ac2b36..53db5a185ee 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1095,7 +1095,7 @@ issues.not_all_issue_show=Not all issues are included issues.not_all_issue_show_why=You do not have access to all projects in this portfolio issues.open_in_ide.success=Success. Switch to your IDE to see the issue. -issues.open_in_ide.failure=Unable to open the issue in the IDE. Please check the documentation about SonarLint Connected Mode. +issues.open_in_ide.failure=Unable to open the issue in the IDE. Please check the {link}. issue.activity.review_history.created=Created Issue issue.activity.review_history.comment_added=added a comment @@ -3326,6 +3326,7 @@ sonarlint-connection.success.step=Go back to your IDE to complete the setup. sonarlint-connection.unspecified-ide=an unspecified IDE +sonarlint-connected-mode-doc=documentation about SonarLint Connected Mode #------------------------------------------------------------------------------ # # HELP |