Преглед на файлове

use updated videochat strings

`videochat_instance_explain_2`+`videochat_instance_example`
is mostly the same as `videochat_instance_explain`
but offers nicer layout on desktop.

to make things easier for translators,
we aim to remove `videochat_instance_explain`.
B. Petersen преди 3 години
родител
ревизия
3e7e1d3a56
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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) {