Skip to content

Commit 250103c

Browse files
committed
change text, add animation
1 parent e31fedf commit 250103c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

options/locale/locale_en-US.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1880,7 +1880,7 @@ pulls.add_prefix = Add <strong>%s</strong> prefix
18801880
pulls.remove_prefix = Remove <strong>%s</strong> prefix
18811881
pulls.data_broken = This pull request is broken due to missing fork information.
18821882
pulls.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 ...
18841884
pulls.is_ancestor = "This branch is already included in the target branch. There is nothing to merge."
18851885
pulls.is_empty = "The changes on this branch are already on the target branch. This will be an empty commit."
18861886
pulls.required_status_check_failed = Some required checks were not successful.

templates/repo/issue/view_content/pull_merge_box.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
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}}

0 commit comments

Comments
 (0)