Pārlūkot izejas kodu

Merge pull request #845 from deltachat/qr-title-wording

use correct title for qr-show-view
cyBerta 5 gadi atpakaļ
vecāks
revīzija
51ab4049a6
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      deltachat-ios/Controller/QrViewController.swift

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

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