Fix typo in same remaining
This commit is contained in:
parent
27e40f6b25
commit
4d65995af1
1 changed files with 1 additions and 1 deletions
|
|
@ -1014,7 +1014,7 @@ impl EditState {
|
|||
)),
|
||||
];
|
||||
|
||||
for (account, contribution) in &contributions.proportional.savings {
|
||||
for (account, contribution) in &contributions.same_remaining.savings {
|
||||
same_remaining = same_remaining
|
||||
.push(text(account).size(TEXT_EMPH2))
|
||||
.push(text(format!(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue