Skip to content
Snippets Groups Projects
Unverified Commit d757ffd6 authored by Jed Fox's avatar Jed Fox Committed by GitHub
Browse files

Improve clarity of informational message in “merge unused payees” modal (#1371)

parent 5cd6b6b7
No related branches found
No related tags found
No related merge requests found
......@@ -122,8 +122,14 @@ export default function MergeUnusedPayees({
<Information>
Merging will remove the payee and transfer any existing rules to
the new payee. If checked below, a rule will be created to do this
rename while importing transactions.
the new payee.
{!isEditingRule && (
<>
{' '}
If checked below, a rule will be created to do this rename
while importing transactions.
</>
)}
</Information>
{!isEditingRule && (
......
---
category: Enhancements
authors: [j-f1]
---
Improve clarity of informational message in “merge unused payees” modal
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment