Skip to content

Commit fd7b922

Browse files
committed
update error message
1 parent 26ba36d commit fd7b922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/WorkspaceSchedulePage/WorkspaceSchedulePage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dayjs.extend(utc)
2727
dayjs.extend(timezone)
2828

2929
const Language = {
30-
forbiddenError: "403: Workspace schedule update forbidden.",
30+
forbiddenError: "You don't have permissions to update the schedule for this workspace.",
3131
}
3232

3333
export const formValuesToAutoStartRequest = (

0 commit comments

Comments
 (0)