Skip to content

Commit 26cffab

Browse files
committed
chore: error message change
1 parent 10e64e5 commit 26cffab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/workflows-service/src/business-report/business-report.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export class BusinessReportService {
3131

3232
if (businessReportsCount >= maxBusinessReports) {
3333
throw new BadRequestException(
34-
`You have reached the maximum number of business reports allowed (${maxBusinessReports}).`,
34+
`You've hit your reports limit. Talk to us to unlock additional features and continue effective risk management with Ballerine.`,
3535
);
3636
}
3737
}

0 commit comments

Comments
 (0)