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,
|
color = MaterialTheme.colorScheme.onSurface,
|
||||||
text = buildAnnotatedString {
|
text = buildAnnotatedString {
|
||||||
withStyle(packageStyleSpan) {
|
withStyle(packageStyleSpan) {
|
||||||
append("Forfait IS (")
|
append("Forfait FA (")
|
||||||
append(it.packageISInput)
|
append(it.packageFAInput)
|
||||||
append("€) : ")
|
append("€) : ")
|
||||||
}
|
}
|
||||||
withStyle(amountStyleSpan) { append("${it.packageISValue}") }
|
withStyle(amountStyleSpan) { append("${it.packageISValue}") }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue