Browse Source

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

use updated videochat strings
cyBerta 2 years ago
parent
commit
cb50b8d32f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      deltachat-ios/Controller/SettingsVideoChatViewController.swift

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

@@ -44,7 +44,7 @@ class SettingsVideoChatViewController: UITableViewController {
     }
 
     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) {