mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 20:44:32 -05:00
[WIP] Fix display of old payee name in MergeUnusedPayees modal (#5485)
This commit is contained in:
@@ -112,7 +112,7 @@ export function MergeUnusedPayeesModal({
|
||||
<Trans>
|
||||
The payee{' '}
|
||||
<Text style={highlightStyle}>
|
||||
{{ payee: payees[0].name } as TransObjectLiteral}
|
||||
{{ previousPayee: payees[0].name } as TransObjectLiteral}
|
||||
</Text>{' '}
|
||||
is not used by transactions any more. Would you like to merge
|
||||
it with{' '}
|
||||
|
||||
6
upcoming-release-notes/5485.md
Normal file
6
upcoming-release-notes/5485.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Bugfix
|
||||
authors: [r1ch]
|
||||
---
|
||||
|
||||
Display name of old payee correctly when merging
|
||||
Reference in New Issue
Block a user