Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8870ae3

Browse files
committed
update error message
1 parent 4273986 commit 8870ae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/WorkspaceSchedulePage/WorkspaceSchedulePage.tsx

+1-1
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)