mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Update localization
This commit is contained in:
@@ -6790,9 +6790,9 @@ public final class EmojiPagerContentComponent: Component {
|
||||
|
||||
var displaySearchWithPlaceholder: String?
|
||||
if isReactionSelection {
|
||||
displaySearchWithPlaceholder = "Search Reactions"
|
||||
displaySearchWithPlaceholder = strings.EmojiSearch_SearchReactionsPlaceholder
|
||||
} else if isStatusSelection {
|
||||
displaySearchWithPlaceholder = "Search Statuses"
|
||||
displaySearchWithPlaceholder = strings.EmojiSearch_SearchStatusesPlaceholder
|
||||
}
|
||||
|
||||
return EmojiPagerContentComponent(
|
||||
|
||||
Reference in New Issue
Block a user