File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
release/share/git-webui/webui/js
src/share/git-webui/webui/js Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
33
33
- Production configuration page no longer closes Sync/WebUI when operations there change the production (#542 )
34
34
- Remove leading/trailing spaces from input to Configure() (#356 )
35
35
- Fix branches with special characters not showing in GitUI (#523 )
36
+ - Removed inaccurate placeholder text for commit message in UI (#406 )
36
37
37
38
## [ 2.6.0] - 2024-10-07
38
39
Original file line number Diff line number Diff line change @@ -3047,7 +3047,7 @@ webui.NewChangedFilesView = function(workspaceView) {
3047
3047
'</div>' +
3048
3048
'<div class="commit-area col-sm-6">' +
3049
3049
'<div class="form-group">' +
3050
- '<input type="area" class="form-control" id="commitMsg" placeholder="Enter commit message (required, 72 character limit )">' +
3050
+ '<input type="area" class="form-control" id="commitMsg" placeholder="Enter commit message (required)">' +
3051
3051
'</div>' +
3052
3052
'<div class="form-group">' +
3053
3053
'<textarea class="form-control" id="commitMsgDetail" rows="4" placeholder="Enter commit details (optional)"></textarea>' +
Original file line number Diff line number Diff line change @@ -3047,7 +3047,7 @@ webui.NewChangedFilesView = function(workspaceView) {
3047
3047
'</div>' +
3048
3048
'<div class="commit-area col-sm-6">' +
3049
3049
'<div class="form-group">' +
3050
- '<input type="area" class="form-control" id="commitMsg" placeholder="Enter commit message (required, 72 character limit )">' +
3050
+ '<input type="area" class="form-control" id="commitMsg" placeholder="Enter commit message (required)">' +
3051
3051
'</div>' +
3052
3052
'<div class="form-group">' +
3053
3053
'<textarea class="form-control" id="commitMsgDetail" rows="4" placeholder="Enter commit details (optional)"></textarea>' +
You can’t perform that action at this time.
0 commit comments