Skip to content

Commit

Permalink
Use localized string for filter label
Browse files Browse the repository at this point in the history
  • Loading branch information
whattherestimefor committed Nov 29, 2024
1 parent 57eef66 commit f246ec5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f246ec5

Please sign in to comment.