소스 검색

add title to EditGroupViewController

cyberta 5 년 전
부모
커밋
ce4052ac42
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      deltachat-ios/Controller/EditGroupViewController.swift

+ 1 - 0
deltachat-ios/Controller/EditGroupViewController.swift

@@ -35,6 +35,7 @@ class EditGroupViewController: UITableViewController {
         super.init(style: .grouped)
         self.avatarSelectionCell.selectionStyle = .none
         self.avatarSelectionCell.hintLabel.text = String.localized("group_avatar")
+        title = String.localized("menu_edit_group")
     }
 
     required init?(coder aDecoder: NSCoder) {