Fix typo
This commit is contained in:
parent
8f8df3ce80
commit
29d967c00f
1 changed files with 2 additions and 2 deletions
|
|
@ -333,8 +333,8 @@ private fun MainContent(
|
|||
color = MaterialTheme.colorScheme.onSurface,
|
||||
text = buildAnnotatedString {
|
||||
withStyle(packageStyleSpan) {
|
||||
append("Forfait IS (")
|
||||
append(it.packageISInput)
|
||||
append("Forfait FA (")
|
||||
append(it.packageFAInput)
|
||||
append("€) : ")
|
||||
}
|
||||
withStyle(amountStyleSpan) { append("${it.packageISValue}") }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue