Fixed right side screen title text

This commit is contained in:
Sad Ellie 2022-09-03 13:11:46 +03:00
parent c50f221572
commit 3d9d5c6b7b

View File

@ -200,7 +200,7 @@ fun RightSideScreen(
modifier = Modifier.nestedScroll(scrollBehavior.nestedScrollConnection),
topBar = {
SearchBar(
title = stringResource(R.string.units_screen_from),
title = stringResource(R.string.units_screen_to),
value = uiState.value.searchQuery,
onValueChange = {
viewModel.onSearchQueryChange(it)