aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorstanislavh <stanislav.honcharov@sonarsource.com>2023-01-31 10:59:08 +0100
committersonartech <sonartech@sonarsource.com>2023-02-01 20:02:56 +0000
commit41daf2126e3068bce84094877df8148d0d928248 (patch)
tree2589c35a095614486e18bd3688bf904c8c32ca61 /sonar-core
parentdfa0c725dca19a6c8e26cf13dc93597d7dcad5c9 (diff)
downloadsonarqube-41daf2126e3068bce84094877df8148d0d928248.tar.gz
sonarqube-41daf2126e3068bce84094877df8148d0d928248.zip
SONAR-18259 Drop deprecated params from QG endpoints
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties1
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 46968454168..4c8404dea1d 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -1611,6 +1611,7 @@ project_quality_gate.successfully_updated=Quality Gate has been successfully upd
project_quality_gate.subtitle=Manage project Quality Gate
project_quality_gate.always_use_default=Always use the instance default Quality Gate
project_quality_gate.always_use_specific=Always use a specific Quality Gate
+project_quality_gate.select_specific_qg=Select Quality Gate
project_quality_gate.requires_new_analysis=Changes will be applied after the next analysis.
project_quality_gate.no_condition=This Quality Gate is empty. To make it usable, add conditions to the {link}.
project_quality_gate.no_condition_on_new_code=This Quality Gate sets conditions on overall code but not on new code. It will not appear on pull requests. To enable it for pull requests, add conditions to the {link}.