We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26ba36d commit fd7b922Copy full SHA for fd7b922
site/src/pages/WorkspaceSchedulePage/WorkspaceSchedulePage.tsx
@@ -27,7 +27,7 @@ dayjs.extend(utc)
27
dayjs.extend(timezone)
28
29
const Language = {
30
- forbiddenError: "403: Workspace schedule update forbidden.",
+ forbiddenError: "You don't have permissions to update the schedule for this workspace.",
31
}
32
33
export const formValuesToAutoStartRequest = (
0 commit comments