Kaynağa Gözat

Merge pull request #1624 from deltachat/update-videochat-explain

use updated videochat strings
cyBerta 2 yıl önce
ebeveyn
işleme
cb50b8d32f

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

@@ -44,7 +44,7 @@ class SettingsVideoChatViewController: UITableViewController {
     }
     }
 
 
     override func tableView(_ tableView: UITableView, titleForFooterInSection section: Int) -> String? {
     override func tableView(_ tableView: UITableView, titleForFooterInSection section: Int) -> String? {
-        return String.localized("videochat_instance_explain")
+        return String.localized("videochat_instance_explain_2") + "\n\n" + String.localized("videochat_instance_example")
     }
     }
 
 
     override func viewWillDisappear(_ animated: Bool) {
     override func viewWillDisappear(_ animated: Bool) {