Skip to content

Commit

Permalink
Merge branch 'daniel-schwartz-k:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
danielschwartz85 committed Jul 24, 2023
2 parents c6eb480 + 17e6276 commit ad90a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/secretDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export default function SecretDialog(props: SecretDialogProps) {
<DialogContentText>
Your secret will be saved in local storage and deleted after the expiration date.
</DialogContentText>
<DialogContentText>Note: saved secret are not visible</DialogContentText>
<DialogContentText>Note: saved secrets are not visible</DialogContentText>
<Box sx={{ display: 'flex', justifyContent: 'space-around', alignItems: 'flex-end', mt: 1 }}>
<TextField
helperText=" "
Expand Down

0 comments on commit ad90a6b

Please sign in to comment.