Skip to content

Commit

Permalink
Extract another string resource
Browse files Browse the repository at this point in the history
  • Loading branch information
cristan committed Oct 27, 2024
1 parent 42e3970 commit 93e111b
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 @@ -328,7 +328,7 @@ private fun SearchField(
onValueChange = {
onSearchTermChanged(it)
},
label = { Text("Locatie") },
label = { Text(stringResource(R.string.home_search_label)) },
modifier = Modifier
.fillMaxWidth()
.padding(12.dp),
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 @@ -35,6 +35,7 @@
<string name="gps_loading">GPS aan het laden.</string>

<string name="home_nearby">In de buurt</string>
<string name="home_search_label">Locatie</string>

<string name="home_no_search_results_for">Geen zoekresultaten voor \"%1$s\"</string>
<string name="home_search_results_for">In de buurt van \"%1$s\"</string>
Expand Down

0 comments on commit 93e111b

Please sign in to comment.