From e94b27bce43c28ded9dbabba9af6d325f7f36886 Mon Sep 17 00:00:00 2001 From: Marcin Tojek Date: Mon, 21 Nov 2022 18:00:18 +0100 Subject: [PATCH] fix: Adjust description for cancel in-progress workspace jobs (#5142) * fix: Adjust description for cancel in-progress workspace jobs * Update site/src/i18n/en/templatePage.json Co-authored-by: Presley Pizzo <1290996+presleyp@users.noreply.github.com> Co-authored-by: Presley Pizzo <1290996+presleyp@users.noreply.github.com> --- site/src/i18n/en/templatePage.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/src/i18n/en/templatePage.json b/site/src/i18n/en/templatePage.json index 5d1c10e134..1b54652bf5 100644 --- a/site/src/i18n/en/templatePage.json +++ b/site/src/i18n/en/templatePage.json @@ -12,5 +12,5 @@ }, "displayNameLabel": "Display name", "allowUserCancelWorkspaceJobsLabel": "Allow users to cancel in-progress workspace jobs.", - "allowUserCancelWorkspaceJobsNotice": "It is advised to keep the option disabled when canceling a workspace job may leave the workspace in an unhealthy state, and extra permissions are required to manually repair its resources." + "allowUserCancelWorkspaceJobsNotice": "Depending on your template, canceling builds may leave workspaces in an unhealthy state. This option isn't recommended for most use cases." }