diff --git a/Sources/Shared/AutoGenerated/Strings.swift b/Sources/Shared/AutoGenerated/Strings.swift index d289e0c6a27af74192fa4d3cda95a2bf32b11ba7..afcdff24e5e7789bae262515880be622e5a14954 100644 --- a/Sources/Shared/AutoGenerated/Strings.swift +++ b/Sources/Shared/AutoGenerated/Strings.swift @@ -1298,9 +1298,9 @@ public enum Localized { return Localized.tr("Localizable", "ud.search.input", String(describing: p1)) } public enum Placeholder { - /// Your searches are anonymous. Search information is never linked to your account or personally identifiable. + /// Your searches are private. Search information is never linked to your account or personally identifiable. public static let subtitle = Localized.tr("Localizable", "ud.search.placeholder.subtitle") - /// Search for #friends# anonymously, add them to your #connections# to start a completely private messaging channel. + /// Search for #friends# privately, add them to your #connections# to start a completely private messaging channel. public static let title = Localized.tr("Localizable", "ud.search.placeholder.title") } } diff --git a/Sources/Shared/Resources/en.lproj/Localizable.strings b/Sources/Shared/Resources/en.lproj/Localizable.strings index 91c5cfb70709bcd69c6d9f336a472fb6f4a04929..6b61f43701841cb1f2793045fa1cdd4c3e19de6b 100644 --- a/Sources/Shared/Resources/en.lproj/Localizable.strings +++ b/Sources/Shared/Resources/en.lproj/Localizable.strings @@ -1029,9 +1029,9 @@ = "Cancel search"; "ud.search.placeholder.title" -= "Search for #friends# anonymously, add them to your #connections# to start a completely private messaging channel."; += "Search for #friends# privately, add them to your #connections# to start a completely private messaging channel."; "ud.search.placeholder.subtitle" -= "Your searches are anonymous. Search information is never linked to your account or personally identifiable."; += "Your searches are private. Search information is never linked to your account or personally identifiable."; // LaunchFeature