Copilot commented on code in PR #3684:
URL: https://github.com/apache/texera/pull/3684#discussion_r2292442228
##########
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."
Review Comment:
Good fix! The typo "onging" has been correctly changed to "ongoing" in the
notification message.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]