diff options
author | Ismail Cherri <ismail.cherri@sonarsource.com> | 2024-12-06 14:16:01 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-12-09 20:03:16 +0000 |
commit | 585d6bd17f785796407dec9ac534020c6fdb1118 (patch) | |
tree | 18ae259462c36e69114c04193ea8786c146f0022 /sonar-core | |
parent | e4668df8f932d2574d2e0a66ca877063e6d05f77 (diff) | |
download | sonarqube-585d6bd17f785796407dec9ac534020c6fdb1118.tar.gz sonarqube-585d6bd17f785796407dec9ac534020c6fdb1118.zip |
SONAR-23667 Inform users when using filters from a different mode
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 4 |
1 files changed, 2 insertions, 2 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 6bd821d1c7d..8f228edf935 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1177,8 +1177,8 @@ 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.title=Mode metrics mismatch +issues.qg_mismatch.description=Your project contains metrics from {isStandardMode, select, true {Multi-Quality Rule (MQR) Mode} other {Standard Experience}}. 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 Experience}} metrics. issues.qg_mismatch.link=Learn 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}. |