Use localized string for filter label
This commit is contained in:
parent
57eef66370
commit
f246ec508e
@ -61,7 +61,7 @@ public final class StatusView: UIView {
|
||||
|
||||
if let status, let filterContext, let filterBox {
|
||||
// TODO: L10 string
|
||||
let filterPrefix = "Matches filter \""
|
||||
let filterPrefix = "\(L10n.Common.Controls.Timeline.filtered) \""
|
||||
let filterResult = filterBox.apply(to: status, in: filterContext)
|
||||
switch filterResult {
|
||||
case .notFiltered:
|
||||
|
Loading…
x
Reference in New Issue
Block a user