B. Petersen 5 жил өмнө
parent
commit
4048624c04

+ 4 - 0
deltachat-ios/Controller/SettingsEphemeralMessageController.swift

@@ -93,6 +93,10 @@ class SettingsEphemeralMessageController: UITableViewController {
         return options.count
     }
 
+    override func tableView(_ tableView: UITableView, titleForFooterInSection section: Int) -> String? {
+        return String.localized("ephemeral_messages_hint")
+    }
+    
     override func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
         let oldSelectedCell = tableView.cellForRow(at: IndexPath.init(row: currentIndex, section: 0))
         oldSelectedCell?.accessoryType = .none