Skip to content

Commit

Permalink
add "explore" to strings
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiebeler committed Jan 26, 2025
1 parent 2610ced commit 1b83032
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ fun ExploreComposable(
},
expanded = expanded,
onExpandedChange = { expanded = it },
placeholder = { Text("Explore") },
placeholder = { Text(stringResource(R.string.explore)) },
leadingIcon = {
if (!expanded) {
Icon(Icons.Default.Search, contentDescription = null)
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -210,4 +210,5 @@
<string name="website">Website</string>
<string name="location">Location</string>
<string name="mentions">Mentions</string>
<string name="explore">Explore</string>
</resources>

0 comments on commit 1b83032

Please sign in to comment.