This repository has been archived by the owner on Apr 18, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add (DAGsHub) prefix to branch discovery traits
- Loading branch information
1 parent
45184ac
commit eb1f223
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
src/main/resources/io/jenkins/plugins/dagshubbranchsource/traits/Messages.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
ForkPullRequestDiscoveryTrait.displayName=Discover pull requests from forks | ||
ForkPullRequestDiscoveryTrait.displayName=(DAGsHub) Discover pull requests from forks | ||
ForkPullRequestDiscoveryTrait.mergeOnly=Merging the pull request with the current target branch revision | ||
ForkPullRequestDiscoveryTrait.headOnly=The current pull request revision | ||
OriginPullRequestDiscoveryTrait.displayName=Discover pull requests from one branch in the repo to another | ||
OriginPullRequestDiscoveryTrait.displayName=(DAGsHub) Discover pull requests from one branch in the repo to another | ||
OriginPullRequestDiscoveryTrait.authorityDisplayName=Trust origin merge requests | ||
TagDiscoveryTrait.authorityDisplayName=Trust origin tags | ||
TagDiscoveryTrait.displayName=Discover tags | ||
TagDiscoveryTrait.displayName=(DAGsHub) Discover tags | ||
BranchDiscoveryTrait.authorityDisplayName=Trust origin branches | ||
BranchDiscoveryTrait.displayName=Discover branches | ||
BranchDiscoveryTrait.displayName=(DAGsHub) Discover branches |