Skip to content

Commit

Permalink
Rename Checkbox to CheckBox
Browse files Browse the repository at this point in the history
  • Loading branch information
nao1215 committed Feb 24, 2024
1 parent 9282b5d commit 8f5a037
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ui/s3hub/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -279,12 +279,12 @@ func (m *s3hubListBucketModel) bucketListString() string {
case 0:
return m.emptyBucketListString()
default:
return m.bucketListStrWithCheckbox()
return m.bucketListStrWithCheckBox()
}
}

// bucketListStrWithCheckbox generates the string representation of the bucket list.
func (m *s3hubListBucketModel) bucketListStrWithCheckbox() string {
// bucketListStrWithCheckBox generates the string representation of the bucket list.
func (m *s3hubListBucketModel) bucketListStrWithCheckBox() string {
startIndex := 0
endIndex := len(m.bucketSets)

Expand Down

0 comments on commit 8f5a037

Please sign in to comment.