Favourite : use localized string
This commit is contained in:
parent
cc5355a049
commit
35e4550244
2 changed files with 3 additions and 3 deletions
|
|
@ -373,7 +373,7 @@ private fun FavoriteSection(
|
|||
PreferenceCategory(modifier = modifier) {
|
||||
PreferenceSwitch(
|
||||
icon = CompoundIcons.FavouriteOff,
|
||||
title = "Favorite",
|
||||
title = stringResource(id = CommonStrings.common_favourite),
|
||||
isChecked = isFavorite,
|
||||
onCheckedChange = onFavoriteChanges
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue