Преглед изворни кода

adapt title for verified group creation

cyberta пре 5 година
родитељ
комит
7016630054
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      deltachat-ios/Controller/NewGroupController.swift

+ 1 - 1
deltachat-ios/Controller/NewGroupController.swift

@@ -55,7 +55,7 @@ class NewGroupController: UITableViewController, MediaPickerDelegate {
 
     override func viewDidLoad() {
         super.viewDidLoad()
-        title = String.localized("menu_new_group")
+        title = isVerifiedGroup ? String.localized("menu_new_verified_group") : String.localized("menu_new_group")
         doneButton = UIBarButtonItem(barButtonSystemItem: .done, target: self, action: #selector(doneButtonPressed))
         navigationItem.rightBarButtonItem = doneButton
         tableView.bounces = false