fix (#2172): replace string template for Hops Away: (#2173)

This commit is contained in:
James Rich 2025-06-19 22:10:47 +00:00 committed by GitHub
parent 67ffaca01c
commit d66b7d5d0f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -221,7 +221,7 @@ internal fun MessageItem(
}
} else {
Text(
text = "${message.hopsAway}",
text = stringResource(R.string.hops_away, message.hopsAway),
style = MaterialTheme.typography.labelSmall,
)
}