Skip to content

Commit

Permalink
Update Unspecified error copy (#1393)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurakwhit authored May 30, 2023
1 parent c51da66 commit 8827e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/workflow/workflow-typed-error.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
const WORKFLOW_TASK_FAILED_ERROR_COPY = {
Unspecified: {
title: 'Unspecified',
copy: 'The Workflow Task failed for an unknown reason. Please examine your Workflow Definition.',
copy: 'The Workflow Task failed. See error for details.',
},
UnhandledCommand: {
title: 'Unhandled Command',
Expand Down

0 comments on commit 8827e4a

Please sign in to comment.