chore: fix message

(cherry picked from commit 118b0c0f86)
This commit is contained in:
Deepesh Garg
2022-09-04 19:03:16 +05:30
committed by Mergify
parent 357f74a580
commit 6976316ada

View File

@@ -26,7 +26,7 @@ def execute():
update_modified=False,
)
click.secho(
f' Opportunity `{opportunity.name}` has no currency set. We force it to company currency : `{opportunity.currency}`"\n',
f' Opportunity `{opportunity.name}` has no currency set. Setting it to company currency as default: `{opportunity.currency}`"\n',
fg="yellow",
)