소스 검색

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

use correct title for qr-show-view
cyBerta 5 년 전
부모
커밋
51ab4049a6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
     }