File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -870,8 +870,8 @@ func MergePullRequest(ctx *context.Context, form auth.MergePullRequestForm) {
870
870
} else if models .IsErrRebaseConflicts (err ) {
871
871
conflictError := err .(models.ErrRebaseConflicts )
872
872
flashError , err := ctx .HTMLString (string (tplAlertDetails ), map [string ]interface {}{
873
- "Message" : ctx .Tr ("repo.editor .rebase_conflict" , utils .SanitizeFlashErrorString (conflictError .CommitSHA )),
874
- "Summary" : ctx .Tr ("repo.editor .rebase_conflict_summary" ),
873
+ "Message" : ctx .Tr ("repo.pulls .rebase_conflict" , utils .SanitizeFlashErrorString (conflictError .CommitSHA )),
874
+ "Summary" : ctx .Tr ("repo.pulls .rebase_conflict_summary" ),
875
875
"Details" : utils .SanitizeFlashErrorString (conflictError .StdErr ) + "<br>" + utils .SanitizeFlashErrorString (conflictError .StdOut ),
876
876
})
877
877
if err != nil {
You can’t perform that action at this time.
0 commit comments