mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 14:45:21 +00:00
Update localization
This commit is contained in:
@@ -6891,6 +6891,7 @@ Sorry for the inconvenience.";
|
||||
"MemberRequests.DescriptionGroup" = "Some [additional links]() are set up to accept requests to join the group.";
|
||||
"MemberRequests.DescriptionChannel" = "Some [additional links]() are set up to accept requests to join the channel.";
|
||||
|
||||
"MemberRequests.SearchPlaceholder" = "Search Join Requests";
|
||||
"MemberRequests.PeopleRequested_1" = "%@ requested to join";
|
||||
"MemberRequests.PeopleRequested_2" = "%@ requested to join";
|
||||
"MemberRequests.PeopleRequested_3_10" = "%@ requested to join";
|
||||
|
||||
@@ -72,7 +72,7 @@ final class SearchNavigationContentNode: NavigationBarContentNode, ItemListContr
|
||||
}
|
||||
|
||||
func updatePlaceholder() {
|
||||
self.searchBar.placeholderString = NSAttributedString(string: self.strings.Conversation_SearchByName_Placeholder, font: searchBarFont, textColor: self.theme.rootController.navigationSearchBar.inputPlaceholderTextColor)
|
||||
self.searchBar.placeholderString = NSAttributedString(string: self.strings.MemberRequests_SearchPlaceholder, font: searchBarFont, textColor: self.theme.rootController.navigationSearchBar.inputPlaceholderTextColor)
|
||||
}
|
||||
|
||||
override var nominalHeight: CGFloat {
|
||||
|
||||
Reference in New Issue
Block a user