]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-21161 Fix pull request casing
authorMathieu Suen <mathieu.suen@sonarsource.com>
Tue, 23 Jan 2024 09:35:46 +0000 (10:35 +0100)
committersonartech <sonartech@sonarsource.com>
Tue, 23 Jan 2024 20:04:15 +0000 (20:04 +0000)
sonar-core/src/main/resources/org/sonar/l10n/core.properties

index 17073e4d27dfe9d9d40824c3b74a629c9d1f2a7b..5aba25d721dade0ff5fced1f6ff7ce2150928650 100644 (file)
@@ -2237,13 +2237,13 @@ quality_gates.delete_condition.confirm.message=Are you sure you want to delete t
 quality_gates.conditions.fails_when=Quality Gate fails when
 quality_gates.conditions.metric=Metric
 quality_gates.conditions.cayc=Your new code will be clean if:
-quality_gates.conditions.cayc.description=These conditions apply to the new code of all branches and to Pull Requests.
+quality_gates.conditions.cayc.description=These conditions apply to the new code of all branches and to pull requests.
 quality_gates.conditions.cayc.metric={metric} is {operator} to {value}
 quality_gates.conditions.cayc.hint=The conditions below must be true for your project to pass the Quality Gate.
 quality_gates.conditions.cayc.threshold.hint=Sonar recommends this threshold. Create a new Quality Gate to set a different value.
 quality_gates.conditions.new_code=On New Code
 quality_gates.conditions.new_code.long=Conditions on New Code
-quality_gates.conditions.new_code.description=Conditions on new code apply to all branches and to Pull Requests.
+quality_gates.conditions.new_code.description=Conditions on new code apply to all branches and to pull requests.
 quality_gates.conditions.new_code_1=1 condition failed on new code
 quality_gates.conditions.new_code_x={0} conditions failed on new code
 quality_gates.conditions.overall_code=On Overall Code