Skip to content

Commit 06b616d

Browse files
committed
fix comments
1 parent 938224d commit 06b616d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

models/pull.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1416,7 +1416,7 @@ func (pr *PullRequest) IsWorkInProgress() bool {
14161416
return false
14171417
}
14181418

1419-
// IsFilesConflicted determine if the Pull Request has files conflicted.
1419+
// IsFilesConflicted determines if the Pull Request has changes conflicting with the target branch.
14201420
func (pr *PullRequest) IsFilesConflicted() bool {
14211421
return len(pr.ConflictedFiles) > 0
14221422
}

options/locale/locale_en-US.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,7 @@ pulls.has_merged = The pull request has been merged.
871871
pulls.title_wip_desc = `<a href="#">Start the title with <strong>%s</strong></a> to prevent the pull request from being merged accidentally.`
872872
pulls.cannot_merge_work_in_progress = This pull request is marked as a work in progress. Remove the <strong>%s</strong> prefix from the title when it's ready
873873
pulls.data_broken = This pull request is broken due to missing fork information.
874-
pulls.files_conflicted = This pull request has some files conflicted with target branch.
874+
pulls.files_conflicted = This pull request has changes conflicting with the target branch.
875875
pulls.is_checking = "Merge conflict checking is in progress. Try again in few moments."
876876
pulls.blocked_by_approvals = "This Pull Request doesn't have enough approvals yet. %d of %d approvals granted."
877877
pulls.can_auto_merge_desc = This pull request can be merged automatically.

0 commit comments

Comments
 (0)