diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2018-03-08 11:33:10 +0100 |
---|---|---|
committer | Guillaume Jambet <guillaume.jambet@gmail.com> | 2018-03-14 13:30:35 +0100 |
commit | acabda0cc1514ad1d1913dd0729600c71852f59d (patch) | |
tree | 1f62e974ea1c3438d5d650691a2a2890b8338afc /sonar-core | |
parent | 0edf8a38c9b1f44b9a5a4bf70cb1d5c7bb261e71 (diff) | |
download | sonarqube-acabda0cc1514ad1d1913dd0729600c71852f59d.tar.gz sonarqube-acabda0cc1514ad1d1913dd0729600c71852f59d.zip |
SONAR-10457 Display correct quality gate status on short lived branches
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 1 |
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 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 |