chore: fix message

This commit is contained in:
Deepesh Garg 2022-09-04 19:03:16 +05:30 committed by GitHub
parent 7919513c8a
commit 118b0c0f86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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",
)