Add missing string resource

This commit is contained in:
MM20
2022-09-19 23:07:48 +02:00
parent db7db74d2d
commit 7a000ab5c0
2 changed files with 2 additions and 1 deletions
@@ -187,7 +187,7 @@ fun ReorderFavoritesGrid(viewModel: EditFavoritesSheetVM) {
Icon(imageVector = Icons.Rounded.Delete, contentDescription = null)
},
text = {
Text("Remove")
Text(stringResource(R.string.menu_remove))
}, onClick = {
contextMenuItemKey?.let { viewModel.remove(it) }
contextMenuItemKey = null