Task edit: reword Start Date to "Hide until"

master
Andrew P Maney 5 years ago committed by Tom Hacohen
parent e06ccbd21c
commit e39974105f

@ -325,10 +325,10 @@ class TaskEdit extends React.PureComponent<PropsType> {
</FormControl>
<FormControl style={styles.fullWidth}>
<FormHelperText>Start</FormHelperText>
<FormHelperText>Hide until</FormHelperText>
<DateTimePicker
dateOnly={this.state.allDay}
placeholder="Start"
placeholder="Hide until"
value={this.state.start}
onChange={(date?: Date) => this.setState({ start: date })}
/>

Loading…
Cancel
Save