Skip to content

Commit

Permalink
IOS-7975 Update locale for search header markets
Browse files Browse the repository at this point in the history
  • Loading branch information
skibinalexander committed Sep 18, 2024
1 parent dc536ab commit f240b09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ struct MainBottomSheetHeaderInputView: View {
private var searchBar: some View {
CustomSearchBar(
searchText: $searchText,
placeholder: Localization.commonSearch,
placeholder: Localization.marketsSearchHeaderTitle,
keyboardType: .alphabet,
clearButtonAction: clearButtonAction
)
Expand Down

0 comments on commit f240b09

Please sign in to comment.