mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-22 00:13:45 -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{' '}
|
||||
|
||||
Reference in New Issue
Block a user