|
|
@ -164,7 +164,7 @@ private final class EnterPublicKeyVC : UIViewController {
|
|
|
|
let explanationLabel = UILabel()
|
|
|
|
let explanationLabel = UILabel()
|
|
|
|
explanationLabel.textColor = Colors.text
|
|
|
|
explanationLabel.textColor = Colors.text
|
|
|
|
explanationLabel.font = .systemFont(ofSize: Values.smallFontSize)
|
|
|
|
explanationLabel.font = .systemFont(ofSize: Values.smallFontSize)
|
|
|
|
explanationLabel.text = "vc_enter_session_id_explanation"
|
|
|
|
explanationLabel.text = NSLocalizedString("vc_enter_session_id_explanation", comment: "")
|
|
|
|
explanationLabel.numberOfLines = 0
|
|
|
|
explanationLabel.numberOfLines = 0
|
|
|
|
explanationLabel.lineBreakMode = .byWordWrapping
|
|
|
|
explanationLabel.lineBreakMode = .byWordWrapping
|
|
|
|
// Link button
|
|
|
|
// Link button
|
|
|
|