From 98983ac8e6cce76bff4d761208218a5b6d36570f Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Mon, 11 Jun 2018 14:00:17 -0400 Subject: [PATCH] Localize search bar // FREEBIE --- Signal/translations/en.lproj/Localizable.strings | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Signal/translations/en.lproj/Localizable.strings b/Signal/translations/en.lproj/Localizable.strings index 57428e1c6..10a9e08af 100644 --- a/Signal/translations/en.lproj/Localizable.strings +++ b/Signal/translations/en.lproj/Localizable.strings @@ -986,6 +986,9 @@ /* A label for conversations with blocked users. */ "HOME_VIEW_BLOCKED_CONTACT_CONVERSATION" = "Blocked"; +/* Placeholder text for search bar which filters conversations. */ +"HOME_VIEW_CONVERSATION_SEARCHBAR_PLACEHOLDER" = "Search"; + /* Title for the home view's 'archive' mode. */ "HOME_VIEW_TITLE_ARCHIVE" = "Archive";