This is an automated email from the ASF dual-hosted git repository.

tiagobento pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git


The following commit(s) were added to refs/heads/main by this push:
     new aa12aa24ac6 NO-ISSUE: Fix 'Wether' typo in Openshift and Kubernetes 
modals (#2440)
aa12aa24ac6 is described below

commit aa12aa24ac65ea1f59349af2fa2d05cda1ab92ba
Author: Jozef Marko <[email protected]>
AuthorDate: Fri Jun 21 18:00:01 2024 +0200

    NO-ISSUE: Fix 'Wether' typo in Openshift and Kubernetes modals (#2440)
---
 .../devDeployments/services/kubernetes/KubernetesDeploymentOptions.ts   | 2 +-
 .../src/devDeployments/services/openshift/OpenShiftDeploymentOptions.ts | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/packages/online-editor/src/devDeployments/services/kubernetes/KubernetesDeploymentOptions.ts
 
b/packages/online-editor/src/devDeployments/services/kubernetes/KubernetesDeploymentOptions.ts
index d37df97758f..9baab7158fb 100644
--- 
a/packages/online-editor/src/devDeployments/services/kubernetes/KubernetesDeploymentOptions.ts
+++ 
b/packages/online-editor/src/devDeployments/services/kubernetes/KubernetesDeploymentOptions.ts
@@ -31,7 +31,7 @@ export function KubernetesDeploymentOptions(args: 
DeploymentOptionArgs): Array<D
       includeDmnFormWebapp: {
         id: "includeDmnFormWebapp",
         name: "Include DMN Form Webapp",
-        description: "Wether to deploy the DMN Form Webapp as a sidecar 
container or not",
+        description: "Whether to deploy the DMN Form Webapp as a sidecar 
container or not",
         type: "boolean",
         defaultValue: false,
         skipActionsIfFalse: true,
diff --git 
a/packages/online-editor/src/devDeployments/services/openshift/OpenShiftDeploymentOptions.ts
 
b/packages/online-editor/src/devDeployments/services/openshift/OpenShiftDeploymentOptions.ts
index 97751388a3c..076966af0d7 100644
--- 
a/packages/online-editor/src/devDeployments/services/openshift/OpenShiftDeploymentOptions.ts
+++ 
b/packages/online-editor/src/devDeployments/services/openshift/OpenShiftDeploymentOptions.ts
@@ -32,7 +32,7 @@ export function OpenShiftDeploymentOptions(args: 
DeploymentOptionArgs): Array<De
       includeDmnFormWebapp: {
         id: "includeDmnFormWebapp",
         name: "Include DMN Form Webapp",
-        description: "Wether to deploy the DMN Form Webapp as a sidecar 
container or not",
+        description: "Whether to deploy the DMN Form Webapp as a sidecar 
container or not",
         type: "boolean",
         defaultValue: false,
         skipActionsIfFalse: true,


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to