Skip to content

Commit

Permalink
Update catalog/src/main/kotlin/com/adevinta/spark/catalog/icons/Icons…
Browse files Browse the repository at this point in the history
…Screen.kt

Co-authored-by: Simon Marquis <[email protected]>
  • Loading branch information
MarinaRomanova and SimonMarquis authored Aug 21, 2023
1 parent 6bdd073 commit c2c26d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public fun IconsScreen(
value = query,
onValueChange = { query = it },
modifier = Modifier.fillMaxWidth(),
placeholder = stringResource(id = R.string.icons_screen_seraah_helper),
placeholder = stringResource(id = R.string.icons_screen_search_helper),
leadingContent = {
Icon(sparkIcon = SparkIcons.Search, contentDescription = null)
},
Expand Down

0 comments on commit c2c26d2

Please sign in to comment.