Skip to content
Snippets Groups Projects
Commit ba8f123d authored by Bruno Muniz's avatar Bruno Muniz :apple:
Browse files

Fixed copy for search 2.0

parent 36ccf484
No related branches found
No related tags found
3 merge requests!71Releasing v1.1.5 (214),!69Implemented filtering for banned/blocked users and reporting,!67v1.1.5 b(203)
......@@ -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")
}
}
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment