We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44fc789 commit 648ce48Copy full SHA for 648ce48
src/components/CommitBox.tsx
@@ -76,7 +76,7 @@ export class CommitBox extends React.Component<
76
className={commitSummaryClass}
77
type="text"
78
placeholder="Summary (required)"
79
- title="Enter a commit message summary"
+ title="Enter a commit message summary (a single line, preferably less than 50 characters)"
80
value={this.state.summary}
81
onChange={this._onSummaryChange}
82
onKeyPress={this._onSummaryKeyPress}
0 commit comments