Skip to content

Commit

Permalink
[preview] fix typo in attachment selection prompt (#13)
Browse files Browse the repository at this point in the history
Instead of `Please selected a attachment to preview.` it should be
`Please select an attachment to preview.`.
  • Loading branch information
shawnfunke committed Jan 12, 2023
1 parent e06b3c3 commit 054a886
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -198,7 +198,7 @@ export class TestResultDetailsTabPreviewerComponent extends React.Component<{},
primaryText="No attachment selected"
secondaryText={
<span>
Please selected a attachment to preview.
Please select an attachment to preview.
</span>
}
imagePath=""
Expand Down

0 comments on commit 054a886

Please sign in to comment.