Skip to content

Commit d74099e

Browse files
committed
Changed the maxed out schedules error message to remove bit about support
1 parent 5e9533e commit d74099e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/v3/services/checkSchedule.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export class CheckScheduleService extends BaseService {
8585

8686
if (schedulesCount >= limit) {
8787
throw new ServiceValidationError(
88-
`You have created ${schedulesCount}/${limit} schedules so you'll need to increase your limits or delete some schedules. Increase your limits by contacting support.`
88+
`You have created ${schedulesCount}/${limit} schedules so you'll need to increase your limits or delete some schedules.`
8989
);
9090
}
9191
}

0 commit comments

Comments
 (0)