Skip to content

Commit ad3f227

Browse files
committed
Add title attributes
1 parent 2a1629f commit ad3f227

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/CommitBox.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ export class CommitBox extends React.Component<
7676
className={commitSummaryClass}
7777
type="text"
7878
placeholder="Summary (required)"
79+
title="Enter a commit message summary"
7980
value={this.state.summary}
8081
onChange={this._onSummaryChange}
8182
onKeyPress={this._onSummaryKeyPress}
@@ -84,6 +85,7 @@ export class CommitBox extends React.Component<
8485
className={commitDescriptionClass}
8586
minRows={5}
8687
placeholder="Description"
88+
title="Enter a commit message description"
8789
value={this.state.description}
8890
onChange={this._onDescriptionChange}
8991
/>

0 commit comments

Comments
 (0)