Browse Source

add title to EditGroupViewController

cyberta 5 years ago
parent
commit
ce4052ac42
1 changed files with 1 additions and 0 deletions
  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) {