소스 검색

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 {
             if !locationStreaming {
                 let alert = UIAlertController(title: "Thanks for trying out the experimental feature 🧪 \"Location streaming\"",
                 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"
                                               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\".",
                                                 + "If you want to quit the experimental feature, you can disable it at \"Settings / Advanced\".",
                                               preferredStyle: .alert)
                                               preferredStyle: .alert)
                 alert.addAction(UIAlertAction(title: String.localized("ok"), style: .default, handler: nil))
                 alert.addAction(UIAlertAction(title: String.localized("ok"), style: .default, handler: nil))