瀏覽代碼

use 'Share with' title as on android/desktop

'Send FILE to' or 'Send Message To' may be more on point,
but this one is already much better than 'Forward to'
which is even wrong most times.
B. Petersen 2 年之前
父節點
當前提交
f93257b734
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      deltachat-ios/Controller/ChatListController.swift

+ 1 - 1
deltachat-ios/Controller/ChatListController.swift

@@ -651,7 +651,7 @@ class ChatListController: UITableViewController {
         titleView.accessibilityHint = String.localized("a11y_connectivity_hint")
         if RelayHelper.shared.isForwarding() {
             // multi-select is not allowed during forwarding
-            titleView.text = String.localized("forward_to")
+            titleView.text = RelayHelper.shared.forwardIds != nil ? String.localized("forward_to") : String.localized("chat_share_with_title")
             if !isArchive {
                 navigationItem.setLeftBarButton(cancelButton, animated: true)
             }