Fix build break.
This commit is contained in:
parent
547cd3f240
commit
b2da33792b
@ -193,7 +193,7 @@ class SelectMorePhotosCell: UICollectionViewCell {
|
||||
titleLabel.numberOfLines = 0
|
||||
titleLabel.lineBreakMode = .byWordWrapping
|
||||
titleLabel.textAlignment = .center
|
||||
titleLabel.font = fixedFont.ows_semibold()
|
||||
titleLabel.font = fixedFont.ows_semibold
|
||||
titleLabel.textColor = Theme.primaryTextColor
|
||||
titleLabel.text = NSLocalizedString(
|
||||
"IMAGE_PICKER_CHANGE_PHOTOS_TITLE",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user