From 080ab386ad637884b0f59aeaf0bc37dbace8af3c Mon Sep 17 00:00:00 2001 From: Ryan ZHAO <> Date: Wed, 28 Aug 2024 16:15:23 +1000 Subject: [PATCH] change gif to constants --- .../Media Viewing & Editing/GIFs/GifPickerViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Session/Media Viewing & Editing/GIFs/GifPickerViewController.swift b/Session/Media Viewing & Editing/GIFs/GifPickerViewController.swift index 5793d935b..9962e5d5f 100644 --- a/Session/Media Viewing & Editing/GIFs/GifPickerViewController.swift +++ b/Session/Media Viewing & Editing/GIFs/GifPickerViewController.swift @@ -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