mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Fix localization
This commit is contained in:
parent
4375a373c0
commit
1c817881b5
@ -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 %@";
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user