Skip to content

Commit e0ac812

Browse files
Use NSAttributedString to get title3SemiBold in error message.
1 parent 16abe86 commit e0ac812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/Authentication/Navigation Exceptions/NotWPAccountViewModel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ final class NotWPAccountViewModel: ULErrorViewModel {
1111
// MARK: - Data and configuration
1212
let image: UIImage = .loginNoWordPressError
1313

14-
let text: NSAttributedString = .init(string: Localization.errorMessage)
14+
let text: NSAttributedString = .init(string: Localization.errorMessage, attributes: [.font: UIFont.title3SemiBold])
1515

1616
let isAuxiliaryButtonHidden = false
1717

0 commit comments

Comments
 (0)