Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
xx messenger iOS
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mobile
iOS
xx messenger iOS
Commits
ba8f123d
Commit
ba8f123d
authored
2 years ago
by
Bruno Muniz
Browse files
Options
Downloads
Patches
Plain Diff
Fixed copy for search 2.0
parent
36ccf484
No related branches found
Branches containing commit
No related tags found
Tags containing commit
3 merge requests
!71
Releasing v1.1.5 (214)
,
!69
Implemented filtering for banned/blocked users and reporting
,
!67
v1.1.5 b(203)
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Sources/Shared/AutoGenerated/Strings.swift
+2
-2
2 additions, 2 deletions
Sources/Shared/AutoGenerated/Strings.swift
Sources/Shared/Resources/en.lproj/Localizable.strings
+2
-2
2 additions, 2 deletions
Sources/Shared/Resources/en.lproj/Localizable.strings
with
4 additions
and
4 deletions
Sources/Shared/AutoGenerated/Strings.swift
+
2
−
2
View file @
ba8f123d
...
...
@@ -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#
anonymous
ly, add them to your #connections# to start a completely private messaging channel.
/// Search for #friends#
private
ly, add them to your #connections# to start a completely private messaging channel.
public
static
let
title
=
Localized
.
tr
(
"Localizable"
,
"ud.search.placeholder.title"
)
}
}
...
...
This diff is collapsed.
Click to expand it.
Sources/Shared/Resources/en.lproj/Localizable.strings
+
2
−
2
View file @
ba8f123d
...
...
@@ -1029,9 +1029,9 @@
= "Cancel search";
"ud.search.placeholder.title"
= "Search for #friends#
anonymous
ly, add them to your #connections# to start a completely private messaging channel.";
= "Search for #friends#
private
ly, 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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment