Fix localization

This commit is contained in:
Ilya Laktyushin 2023-07-18 23:22:37 +02:00
parent 4375a373c0
commit 1c817881b5
2 changed files with 2 additions and 2 deletions

View File

@ -9698,7 +9698,7 @@ Sorry for the inconvenience.";
"Story.Privacy.CategoryContacts" = "Contacts"; "Story.Privacy.CategoryContacts" = "Contacts";
"Story.Privacy.CategoryCloseFriends" = "Close Friends"; "Story.Privacy.CategoryCloseFriends" = "Close Friends";
"Story.Privacy.CategorySelectedContacts" = "Selected Contacts"; "Story.Privacy.CategorySelectedContacts" = "Selected Contacts";
"Story.Privacy.ExcludedPeople" = "ExcludedPeople"; "Story.Privacy.ExcludedPeople" = "Excluded People";
"Story.Privacy.ExcludePeople" = "exclude people"; "Story.Privacy.ExcludePeople" = "exclude people";
"Story.Privacy.ExcludePeopleExceptNames" = "except %@"; "Story.Privacy.ExcludePeopleExceptNames" = "except %@";

View File

@ -1446,7 +1446,7 @@ final class ShareWithPeersScreenComponent: Component {
case .closeFriends: case .closeFriends:
title = environment.strings.Story_Privacy_CategoryCloseFriends title = environment.strings.Story_Privacy_CategoryCloseFriends
case .contacts: case .contacts:
title = environment.strings.Story_Privacy_ExcludePeople title = environment.strings.Story_Privacy_ExcludedPeople
case .nobody: case .nobody:
title = environment.strings.Story_Privacy_CategorySelectedContacts title = environment.strings.Story_Privacy_CategorySelectedContacts
case .everyone: case .everyone: