From fd01777d27089f299086b43f65d9c9f864553831 Mon Sep 17 00:00:00 2001 From: Marcin Tojek Date: Mon, 21 Nov 2022 17:42:05 +0100 Subject: [PATCH 1/2] fix: Adjust description for cancel in-progress workspace jobs --- 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 5d1c10e13428f..70bc705650add 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, cancelling builds may leave workspaces in an unhealthy state. This option isn't recommended for most use cases." } From 04117c172a2a68d3081edf2baf3da94aaaba5db5 Mon Sep 17 00:00:00 2001 From: Marcin Tojek Date: Mon, 21 Nov 2022 17:48:44 +0100 Subject: [PATCH 2/2] Update site/src/i18n/en/templatePage.json 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 70bc705650add..1b54652bf51ee 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": "Depending on your template, cancelling builds may leave workspaces in an unhealthy state. This option isn't recommended for most use cases." + "allowUserCancelWorkspaceJobsNotice": "Depending on your template, canceling builds may leave workspaces in an unhealthy state. This option isn't recommended for most use cases." }