Skip to content

Commit 648ce48

Browse files
committed
Update element title
1 parent 44fc789 commit 648ce48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/CommitBox.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +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"
79+
title="Enter a commit message summary (a single line, preferably less than 50 characters)"
8080
value={this.state.summary}
8181
onChange={this._onSummaryChange}
8282
onKeyPress={this._onSummaryKeyPress}

0 commit comments

Comments
 (0)