Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Update copy
Browse files Browse the repository at this point in the history
  • Loading branch information
khelif96 committed Sep 5, 2023
1 parent 412975c commit a41c35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/task/taskTabs/logs/logTypes/TaskEventLogLine.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const TaskEventLogLine: React.FC<TaskEventLogEntry> = ({
let message: JSX.Element;
switch (eventType) {
case TaskEventType.TaskBlocked:
message = <>This task is blocked.</>;
message = <>Task is blocked.</>;
break;
case TaskEventType.TaskFinished:
message = (
Expand Down

0 comments on commit a41c35b

Please sign in to comment.