set text on correct button

This commit is contained in:
loj 2019-04-24 21:50:19 +02:00
parent be6c8c34ca
commit 3926a3c1bf
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ class QrcVC: UIViewController {
private func setup() {
if let localizer = self.localizer {
self.titleLabel.text = localizer.localized("qrc.title")
self.backButton.setTitle(localizer.localized("qrc.button.copy"), for: .normal)
self.copyButton.setTitle(localizer.localized("qrc.button.copy"), for: .normal)
}
if let viewModel = self.viewModel {