Skip to content

Commit 96473ec

Browse files
fix: task run notification message should say scheduled (#3034)
1 parent 523889f commit 96473ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/copy/notifications.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,7 @@ export const taskGetFailed = (error: string): Notification => ({
793793
export const taskRetrySuccess = (id: string): Notification => ({
794794
...defaultSuccessNotification,
795795
duration: FIVE_SECONDS,
796-
message: `Task run ${id} was succesful`,
796+
message: `Task run ${id} successfully scheduled`,
797797
})
798798

799799
export const taskRetryFailed = (error: string): Notification => ({

0 commit comments

Comments
 (0)