Fix string in contact popup
This commit is contained in:
parent
c6eb852951
commit
b891c0ea79
@ -284,7 +284,7 @@ fun ContactItem(
|
|||||||
|
|
||||||
toolbarActions.add(
|
toolbarActions.add(
|
||||||
DefaultToolbarAction(
|
DefaultToolbarAction(
|
||||||
label = stringResource(R.string.menu_calendar_open_externally),
|
label = stringResource(R.string.menu_contacts_open_externally),
|
||||||
icon = Icons.Rounded.OpenInNew,
|
icon = Icons.Rounded.OpenInNew,
|
||||||
action = {
|
action = {
|
||||||
viewModel.launch(context)
|
viewModel.launch(context)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user