Skip to content

Commit

Permalink
Localize Button Title (#2276)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitschlag committed Sep 4, 2024
1 parent ee9c55c commit 5178509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deltachat-ios/Controller/QrViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class QrViewController: UIViewController {
qrContentView.translatesAutoresizingMaskIntoConstraints = false

shareLinkButton = UIButton(type: .system)
shareLinkButton.setTitle("Share Invite Link", for: .normal)
shareLinkButton.setTitle(String.localized("share_invite_link"), for: .normal)
shareLinkButton.translatesAutoresizingMaskIntoConstraints = false

contentStackView = UIStackView(arrangedSubviews: [qrContentView, shareLinkButton, UIView()])
Expand Down

0 comments on commit 5178509

Please sign in to comment.