Bläddra i källkod

Merge pull request #801 from deltachat/reorder-reword

reorder settings
nayooti 5 år sedan
förälder
incheckning
7cc03960ee
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      deltachat-ios/Controller/SettingsController.swift

+ 2 - 2
deltachat-ios/Controller/SettingsController.swift

@@ -191,9 +191,9 @@ internal final class SettingsViewController: UITableViewController, ProgressAler
             cells: [profileCell]
             cells: [profileCell]
         )
         )
         let preferencesSection = SectionConfigs(
         let preferencesSection = SectionConfigs(
-            headerTitle: nil,
+            headerTitle: String.localized("pref_chats_and_media"),
             footerTitle: String.localized("pref_read_receipts_explain"),
             footerTitle: String.localized("pref_read_receipts_explain"),
-            cells: [showEmailsCell, contactRequestCell, blockedContactsCell, autodelCell, mediaQualityCell, notificationCell, receiptConfirmationCell]
+            cells: [contactRequestCell, showEmailsCell, blockedContactsCell, autodelCell, mediaQualityCell, notificationCell, receiptConfirmationCell]
         )
         )
         let autocryptSection = SectionConfigs(
         let autocryptSection = SectionConfigs(
             headerTitle: String.localized("autocrypt"),
             headerTitle: String.localized("autocrypt"),