You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/webapp/app/v3/services/checkSchedule.server.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ export class CheckScheduleService extends BaseService {
85
85
86
86
if(schedulesCount>=limit){
87
87
thrownewServiceValidationError(
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.`
0 commit comments