diff options
author | stanislavh <stanislav.honcharov@sonarsource.com> | 2024-10-31 09:40:03 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-11-01 20:02:47 +0000 |
commit | 3acf8e51e635be1e900d7d9cd23007f34ae96d8d (patch) | |
tree | f8780ce53bebf895df1ee19b378523ec42a25927 /sonar-core | |
parent | 82ba1f6654402ade21476396ea717f07f31a67bd (diff) | |
download | sonarqube-3acf8e51e635be1e900d7d9cd23007f34ae96d8d.tar.gz sonarqube-3acf8e51e635be1e900d7d9cd23007f34ae96d8d.zip |
SONAR-23300 Add popover to temporal issue filters
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 db8dcea6d67..6613cc625e4 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1160,7 +1160,9 @@ issues.fixed_issues.description=List of issues that will be fixed by {pullReques issues.x_more_locations=+ {0} more locations 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.qg_mismatch.title=Quality Gate metrics mismatch +issues.qg_mismatch.description=Your quality gate contains conditions from {isStandardMode, select, true {Multi-Quality Rule Mode} other {Standard Expirience}}. While your instance remains in the {isStandardMode, select, true {Standard Experience} other {Multi-Quality Rule Mode}} some additional filters will be visible for these {isStandardMode, select, true {MQR} other {Standard Expirience}} metrics. +issues.qg_mismatch.link=Lear more about both modes in documentation 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 {link}. |