Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit ffc818a

Browse files
Huddiernystrom
authored andcommitted
Wording (#2459)
1 parent ba8913f commit ffc818a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/Issues/Merge/MergeHelper.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ enum MergeHelper {
2323
if hasError {
2424
return (.failure, NSLocalizedString("Some checks failed", comment: ""))
2525
} else if hasPending {
26-
return (.pending, NSLocalizedString("Merge status pending", comment: ""))
26+
return (.pending, NSLocalizedString("Some checks still pending", comment: ""))
2727
} else {
2828
return (.success, NSLocalizedString("All checks passed", comment: ""))
2929
}

0 commit comments

Comments
 (0)