Skip to content

Commit

Permalink
fix(misc): make "copy device properties" button more explicit with "c…
Browse files Browse the repository at this point in the history
…opy info"
  • Loading branch information
JMaio committed Dec 26, 2020
1 parent a2e0247 commit 961dbfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/info/InfoDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ export default function InfoDialog(props: InfoDialogProps): JSX.Element {
variant="outlined"
startIcon={<FileCopyIcon />}
>
Copy
Copy info
</Button>
<Snackbar
open={snackBarOpen}
Expand Down

0 comments on commit 961dbfb

Please sign in to comment.