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

linxinyuan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/texera.git


The following commit(s) were added to refs/heads/main by this push:
     new 7ebfb8804a fix: correct typo in notification message for ongoing 
executions (#3684)
7ebfb8804a is described below

commit 7ebfb8804a44af6d2c6d36b68bc2b96c641fa91e
Author: Andy Zhang <[email protected]>
AuthorDate: Mon Aug 25 13:52:19 2025 -0700

    fix: correct typo in notification message for ongoing executions (#3684)
---
 .../component/power-button/computing-unit-selection.component.ts        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/core/gui/src/app/workspace/component/power-button/computing-unit-selection.component.ts
 
b/core/gui/src/app/workspace/component/power-button/computing-unit-selection.component.ts
index 8e2546c802..cde1da2742 100644
--- 
a/core/gui/src/app/workspace/component/power-button/computing-unit-selection.component.ts
+++ 
b/core/gui/src/app/workspace/component/power-button/computing-unit-selection.component.ts
@@ -170,7 +170,7 @@ export class ComputingUnitSelectionComponent implements 
OnInit {
       .subscribe(execList => {
         if (execList.length > 0) {
           this.notificationService.info(
-            "There are onging executions on this workflow. Modification of the 
workflow is currently disabled."
+            "There are ongoing executions on this workflow. Modification of 
the workflow is currently disabled."
           );
           this.workflowActionService.disableWorkflowModification();
         } else {

Reply via email to