Skip to content

Commit

Permalink
RT added red text warning for unique user id
Browse files Browse the repository at this point in the history
  • Loading branch information
tig-github committed Dec 23, 2023
1 parent c49c3f6 commit 3c6955f
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,18 @@ class LoadSaveButtonBase extends PureComponent<LoadSaveButtonBaseProps, LoadSave
<DialogTitle>{this.props.actionName}</DialogTitle>
<DialogContent>
<DialogContentText>
Enter your username here to {this.props.actionName.toLowerCase()} your schedule.
Enter your unique user ID here to {this.props.actionName.toLowerCase()} your schedule.
</DialogContentText>
<DialogContentText>
<span style={{ color: 'red' }}>
Make sure the user ID is unique and secret, or someone else can overwrite your schedule.
</span>
</DialogContentText>
<TextField
// eslint-disable-next-line jsx-a11y/no-autofocus
autoFocus
margin="dense"
label="User ID"
label="Unique User ID"
type="text"
fullWidth
placeholder="Enter here"
Expand Down

0 comments on commit 3c6955f

Please sign in to comment.