From ba8f123d5818ec7b3c5c9574333344aabd38dc12 Mon Sep 17 00:00:00 2001
From: Bruno Muniz Azevedo Filho <bruno@elixxir.io>
Date: Thu, 18 Aug 2022 18:31:45 -0300
Subject: [PATCH] Fixed copy for search 2.0

---
 Sources/Shared/AutoGenerated/Strings.swift            | 4 ++--
 Sources/Shared/Resources/en.lproj/Localizable.strings | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Sources/Shared/AutoGenerated/Strings.swift b/Sources/Shared/AutoGenerated/Strings.swift
index d289e0c6..afcdff24 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 91c5cfb7..6b61f437 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
 
-- 
GitLab