Fix copy for rp values

pull/2095/head
Nathan Haugo 2017-10-09 10:05:53 -07:00
parent 3ec34cd1a4
commit 0cb915cccf
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ class DatabaseRow extends Component {
name="name"
type="text"
defaultValue={formattedDuration}
placeholder="INF, 5m, 1d etc"
placeholder="INF, 1h30m, 1d, etc"
onKeyDown={this.handleKeyDown}
ref={r => (this.duration = r)}
autoFocus={!isNew}