Fix string in contact popup

This commit is contained in:
MM20 2022-12-06 20:58:40 +01:00
parent c6eb852951
commit b891c0ea79
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -284,7 +284,7 @@ fun ContactItem(
toolbarActions.add(
DefaultToolbarAction(
label = stringResource(R.string.menu_calendar_open_externally),
label = stringResource(R.string.menu_contacts_open_externally),
icon = Icons.Rounded.OpenInNew,
action = {
viewModel.launch(context)