mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix: Use string template for hops away (#2184)
This commit is contained in:
parent
15ba57bb3a
commit
46332c95a4
2 changed files with 2 additions and 1 deletions
|
|
@ -221,7 +221,7 @@ internal fun MessageItem(
|
|||
}
|
||||
} else {
|
||||
Text(
|
||||
text = stringResource(R.string.hops_away, message.hopsAway),
|
||||
text = stringResource(R.string.hops_away_template, message.hopsAway),
|
||||
style = MaterialTheme.typography.labelSmall,
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue