File tree 4 files changed +6
-6
lines changed
src/main/frontend/src/components
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ class AddCatalogNumbersFormView extends React.PureComponent {
113
113
{ l10n [ 't_server_error' ] || 'Server error' }
114
114
</ div >
115
115
< div className = "form-group form-group-sm" >
116
- < label for = "numbers-catalog-name" className = "control-label col-sm-3" >
116
+ < label htmlFor = "numbers-catalog-name" className = "control-label col-sm-3" >
117
117
{ l10n [ 't_catalog' ] || 'Catalog' }
118
118
</ label >
119
119
< div className = "col-sm-6" >
@@ -132,7 +132,7 @@ class AddCatalogNumbersFormView extends React.PureComponent {
132
132
</ div >
133
133
</ div >
134
134
< div className = "form-group form-group-sm" >
135
- < label for = "catalog-numbers" className = "control-label col-sm-3" >
135
+ < label htmlFor = "catalog-numbers" className = "control-label col-sm-3" >
136
136
{ l10n [ 't_numbers' ] || 'Numbers' }
137
137
</ label >
138
138
< div className = "row" >
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ class AddCatalogPriceFormView extends React.PureComponent {
131
131
{ l10n [ 't_server_error' ] || 'Server error' }
132
132
</ div >
133
133
< div className = "form-group form-group-sm" >
134
- < label for = "price-catalog-name" className = "control-label col-sm-3" >
134
+ < label htmlFor = "price-catalog-name" className = "control-label col-sm-3" >
135
135
{ l10n [ 't_catalog' ] || 'Catalog' }
136
136
</ label >
137
137
< div className = "col-sm-6" >
@@ -150,7 +150,7 @@ class AddCatalogPriceFormView extends React.PureComponent {
150
150
</ div >
151
151
</ div >
152
152
< div className = "form-group form-group-sm" >
153
- < label for = "catalog-price" className = "control-label col-sm-3" >
153
+ < label htmlFor = "catalog-price" className = "control-label col-sm-3" >
154
154
{ l10n [ 't_price' ] || 'Price' }
155
155
</ label >
156
156
< div className = "col-sm-3" >
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ class AddCommentFormView extends React.PureComponent {
100
100
{ l10n [ 't_server_error' ] || 'Server error' }
101
101
</ div >
102
102
< div className = "form-group form-group-sm" >
103
- < label for = "comment" className = "control-label col-sm-3" >
103
+ < label htmlFor = "comment" className = "control-label col-sm-3" >
104
104
{ l10n [ 't_comment' ] || 'Comment' }
105
105
</ label >
106
106
< div className = "col-sm-6" >
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ class AddReleaseYearFormView extends React.PureComponent {
113
113
{ l10n [ 't_server_error' ] || 'Server error' }
114
114
</ div >
115
115
< div className = "form-group form-group-sm" >
116
- < label for = "release-year" className = "control-label col-sm-3" >
116
+ < label htmlFor = "release-year" className = "control-label col-sm-3" >
117
117
{ l10n [ 't_year' ] || 'Year' }
118
118
</ label >
119
119
< div className = "col-sm-6" >
You can’t perform that action at this time.
0 commit comments