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

Commit 5c9b4ac

Browse files
author
Ryan Nystrom
committed
Add title to merge toggle
1 parent bf263b7 commit 5c9b4ac

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("Select 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)