Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
schottra committed Jan 5, 2021
1 parent 84c292c commit 52c00ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Executions/Tables/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const nodeExecutionsTableColumnWidths = {
};

export const titleStrings = {
childGroupFetchFailed: 'Failed to fetch children. Click to retry',
childGroupFetchFailed: 'Failed to fetch children. Click to retry.',
expandRow: 'Expand row',
groupName: 'Group name'
};

0 comments on commit 52c00ed

Please sign in to comment.