fix: deprecated i18n translation still display issue
This commit is contained in:
parent
384e0aff87
commit
7a3145083a
@ -36,7 +36,7 @@ final class MastodonConfirmEmailViewController: UIViewController, NeedsDependenc
|
||||
let label = UILabel()
|
||||
label.font = UIFontMetrics(forTextStyle: .title1).scaledFont(for: UIFont.systemFont(ofSize: 20))
|
||||
label.textColor = .secondaryLabel
|
||||
label.text = L10n.Scene.ConfirmEmail.subtitle
|
||||
label.text = L10n.Scene.ConfirmEmail.tapTheLinkWeEmailedToYouToVerifyYourAccount
|
||||
label.numberOfLines = 0
|
||||
return label
|
||||
}()
|
||||
|
@ -23,7 +23,7 @@ extension MastodonRegisterViewModel {
|
||||
switch item {
|
||||
case .header(let domain):
|
||||
let cell = tableView.dequeueReusableCell(withIdentifier: String(describing: OnboardingHeadlineTableViewCell.self), for: indexPath) as! OnboardingHeadlineTableViewCell
|
||||
cell.titleLabel.text = L10n.Scene.Register.title(domain)
|
||||
cell.titleLabel.text = L10n.Scene.Register.letsGetYouSetUpOnDomain(domain)
|
||||
cell.subTitleLabel.isHidden = true
|
||||
return cell
|
||||
case .avatar:
|
||||
|
Loading…
x
Reference in New Issue
Block a user