File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
templates/repo/issue/view_content Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1880,7 +1880,7 @@ pulls.add_prefix = Add <strong>%s</strong> prefix
18801880pulls.remove_prefix = Remove <strong>%s</strong> prefix
18811881pulls.data_broken = This pull request is broken due to missing fork information.
18821882pulls.files_conflicted = This pull request has changes conflicting with the target branch.
1883- pulls.is_checking = " Merge conflict checking is in progress. Try again in few moments. "
1883+ pulls.is_checking = Checking for merge conflicts ...
18841884pulls.is_ancestor = " This branch is already included in the target branch. There is nothing to merge."
18851885pulls.is_empty = " The changes on this branch are already on the target branch. This will be an empty commit."
18861886pulls.required_status_check_failed = Some required checks were not successful.
Original file line number Diff line number Diff line change 103103 {{template "repo/issue/view_content/update_branch_by_merge" $}}
104104 {{else if .Issue.PullRequest.IsChecking}}
105105 <div class="item">
106- {{svg "octicon-sync"}}
106+ {{svg "octicon-sync" 16 "circular-spin" }}
107107 {{ctx.Locale.Tr "repo.pulls.is_checking"}}
108108 </div>
109109 {{else if .Issue.PullRequest.IsAncestor}}
You can’t perform that action at this time.
0 commit comments