From: Mathieu Suen Date: Tue, 23 Jan 2024 09:35:46 +0000 (+0100) Subject: SONAR-21161 Fix pull request casing X-Git-Tag: 10.4.0.87286~121 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2090c84ecb8aee1d8923376e3f61afaf9a443229;p=sonarqube.git SONAR-21161 Fix pull request casing --- 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 17073e4d27d..5aba25d721d 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -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