change gif to constants

pull/1023/head
Ryan ZHAO 7 months ago
parent c4ebdd6d3d
commit 080ab386ad

@ -97,7 +97,7 @@ class GifPickerViewController: OWSViewController, UISearchBarDelegate, UICollect
// Loki: Customize title
let titleLabel: UILabel = UILabel()
titleLabel.font = .boldSystemFont(ofSize: Values.veryLargeFontSize)
titleLabel.text = "gif".localized().uppercased()
titleLabel.text = Constants.gif
titleLabel.themeTextColor = .textPrimary
navigationItem.titleView = titleLabel

Loading…
Cancel
Save