From 1c817881b5c3e0c26f953641a813148e46356c2e Mon Sep 17 00:00:00 2001 From: Ilya Laktyushin Date: Tue, 18 Jul 2023 23:22:37 +0200 Subject: [PATCH] Fix localization --- Telegram/Telegram-iOS/en.lproj/Localizable.strings | 2 +- .../ShareWithPeersScreen/Sources/ShareWithPeersScreen.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Telegram/Telegram-iOS/en.lproj/Localizable.strings b/Telegram/Telegram-iOS/en.lproj/Localizable.strings index 8481a453da..ac2ad35005 100644 --- a/Telegram/Telegram-iOS/en.lproj/Localizable.strings +++ b/Telegram/Telegram-iOS/en.lproj/Localizable.strings @@ -9698,7 +9698,7 @@ Sorry for the inconvenience."; "Story.Privacy.CategoryContacts" = "Contacts"; "Story.Privacy.CategoryCloseFriends" = "Close Friends"; "Story.Privacy.CategorySelectedContacts" = "Selected Contacts"; -"Story.Privacy.ExcludedPeople" = "ExcludedPeople"; +"Story.Privacy.ExcludedPeople" = "Excluded People"; "Story.Privacy.ExcludePeople" = "exclude people"; "Story.Privacy.ExcludePeopleExceptNames" = "except %@"; diff --git a/submodules/TelegramUI/Components/ShareWithPeersScreen/Sources/ShareWithPeersScreen.swift b/submodules/TelegramUI/Components/ShareWithPeersScreen/Sources/ShareWithPeersScreen.swift index a94bb8f429..534fd87bf8 100644 --- a/submodules/TelegramUI/Components/ShareWithPeersScreen/Sources/ShareWithPeersScreen.swift +++ b/submodules/TelegramUI/Components/ShareWithPeersScreen/Sources/ShareWithPeersScreen.swift @@ -1446,7 +1446,7 @@ final class ShareWithPeersScreenComponent: Component { case .closeFriends: title = environment.strings.Story_Privacy_CategoryCloseFriends case .contacts: - title = environment.strings.Story_Privacy_ExcludePeople + title = environment.strings.Story_Privacy_ExcludedPeople case .nobody: title = environment.strings.Story_Privacy_CategorySelectedContacts case .everyone: