浏览代码

say in 'Experimental hint' that we have map now

B. Petersen 1 年之前
父节点
当前提交
0ef2c8cd29
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      deltachat-ios/Controller/Settings/AdvancedViewController.swift

+ 1 - 0
deltachat-ios/Controller/Settings/AdvancedViewController.swift

@@ -297,6 +297,7 @@ internal final class AdvancedViewController: UITableViewController, ProgressAler
             if !locationStreaming {
                 let alert = UIAlertController(title: "Thanks for trying out the experimental feature 🧪 \"Location streaming\"",
                                               message: "You will find a corresponding option in the attach menu (the paper clip) of each chat now.\n\n"
+                                                + "Moreover, \"Profiles\" and \"All Media\" will offer a map.\n\n"
                                                 + "If you want to quit the experimental feature, you can disable it at \"Settings / Advanced\".",
                                               preferredStyle: .alert)
                 alert.addAction(UIAlertAction(title: String.localized("ok"), style: .default, handler: nil))