From acabda0cc1514ad1d1913dd0729600c71852f59d Mon Sep 17 00:00:00 2001 From: Grégoire Aubert Date: Thu, 8 Mar 2018 11:33:10 +0100 Subject: SONAR-10457 Display correct quality gate status on short lived branches --- sonar-core/src/main/resources/org/sonar/l10n/core.properties | 1 + 1 file changed, 1 insertion(+) (limited to 'sonar-core') 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 f5b5fb14f02..caf4db69304 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2650,6 +2650,7 @@ branches.no_support.header=Get the most out of SonarQube with branches analysis branches.no_support.header.text=Analyze each branch of your project separately with the Developer Edition. branches.search_for_branches=Search for branches... branches.pull_requests=Pull Requests +branches.short_lived.quality_gate.description=The branch status is passed because there are no open issue. The remaining {0} issue(s) have been confirmed. branches.short_lived_branches=Short-lived branches branches.pull_request.for_merge_into_x_from_y=for merge into {base} from {branch} branches.see_the_pr=See the PR -- cgit v1.2.3