Ver código fonte

add footer title that was forgotten in #1826

B. Petersen 2 anos atrás
pai
commit
42db3433e2

+ 1 - 1
deltachat-ios/Controller/Settings/ChatsAndMediaViewController.swift

@@ -114,7 +114,7 @@ internal final class ChatsAndMediaViewController: UITableViewController, Progres
         )
         let exportBackupSection = SectionConfigs(
             headerTitle: nil,
-            footerTitle: nil,
+            footerTitle: String.localized("pref_backup_explain"),
             cells: [exportBackupCell]
         )
         return [preferencesSection, exportBackupSection]