mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
parent
67ffaca01c
commit
d66b7d5d0f
1 changed files with 1 additions and 1 deletions
|
|
@ -221,7 +221,7 @@ internal fun MessageItem(
|
|||
}
|
||||
} else {
|
||||
Text(
|
||||
text = "${message.hopsAway}",
|
||||
text = stringResource(R.string.hops_away, message.hopsAway),
|
||||
style = MaterialTheme.typography.labelSmall,
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue