diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2019-04-03 14:08:00 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2019-04-23 20:21:08 +0200 |
commit | afbb758004d62375c5d91c1180ad6050e8f4e253 (patch) | |
tree | 0b92fe0dce740ba3b22bed30c01f1e30d7e8a221 /sonar-core | |
parent | 2a87f9a8efb518b1a5b6fa611bb0a694503c559c (diff) | |
download | sonarqube-afbb758004d62375c5d91c1180ad6050e8f4e253.tar.gz sonarqube-afbb758004d62375c5d91c1180ad6050e8f4e253.zip |
SONAR-11856 Display true pull request target instead of base
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 2 |
1 files changed, 1 insertions, 1 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 783da7f4b85..bac122e018e 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2987,7 +2987,7 @@ 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.pull_request.for_merge_into_x_from_y=for merge into {target} from {branch} branches.see_the_pr=See the PR branches.measures.new_coverage.help=Coverage on New Code. See {link} for details. branches.measures.new_coverage.missing=No coverage data for new code. |