Browse Source

use correct title for qr-show-view

B. Petersen 5 years ago
parent
commit
41b121370d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      deltachat-ios/Controller/QrViewController.swift

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

@@ -38,7 +38,7 @@ class QrViewController: UIViewController {
     // MARK: - lifecycle
     override func viewDidLoad() {
         super.viewDidLoad()
-        title = String.localized("qr_code")
+        title = String.localized("qrshow_title")
         setupSubviews()
         view.backgroundColor = DcColors.defaultBackgroundColor
     }