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

Commit bce5b4a

Browse files
authored
Merge pull request #1733 from GitHawkApp/branch-title
Add title to merge toggle
2 parents 33f3a81 + dddea5d commit bce5b4a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Classes/Issues/Merge/IssueMergeSectionController.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,10 @@ MergeButtonDelegate {
158158
}
159159

160160
func didSelectOptions(button: MergeButton) {
161-
let alert = UIAlertController.configured(preferredStyle: .actionSheet)
161+
let alert = UIAlertController.configured(
162+
title: NSLocalizedString("Change merge type", comment: ""),
163+
preferredStyle: .actionSheet
164+
)
162165
alert.popoverPresentationController?.sourceView = button.optionIconView
163166

164167
for type in [IssueMergeType.merge, IssueMergeType.rebase, IssueMergeType.squash] {

0 commit comments

Comments
 (0)