fix #1692: Clarify request options to exchange. (#1701)

This commit is contained in:
todd2982 2025-03-21 16:21:58 -05:00 committed by GitHub
parent 0a7d0ff4be
commit 123b296b6c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
38 changed files with 75 additions and 75 deletions

View file

@ -114,14 +114,14 @@ fun NodeMenu(
onDismissRequest()
onAction(NodeMenuAction.RequestUserInfo(node))
},
content = { Text(stringResource(R.string.request_userinfo)) }
content = { Text(stringResource(R.string.exchange_userinfo)) }
)
DropdownMenuItem(
onClick = {
onDismissRequest()
onAction(NodeMenuAction.RequestPosition(node))
},
content = { Text(stringResource(R.string.request_position)) }
content = { Text(stringResource(R.string.exchange_position)) }
)
DropdownMenuItem(
onClick = {