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

@ -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: