File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ class SearchPackageForm(forms.Form):
109109 label = False ,
110110 widget = forms .TextInput (
111111 attrs = {
112- "placeholder" : "Please entre a valid purl ex: pkg:maven/org.apache.commons/io@1.3.4 " ,
112+ "placeholder" : "Please enter a valid purl ex: pkg:maven/org.apache.commons/io" ,
113113 "class" : "input is-rounded" ,
114114 "style" : "width: 90%;" ,
115115 },
@@ -123,7 +123,7 @@ class SearchReviewForm(forms.Form):
123123 label = False ,
124124 widget = forms .TextInput (
125125 attrs = {
126- "placeholder" : "Please Entre a valid Review Name" ,
126+ "placeholder" : "Please Enter a valid Review Name" ,
127127 "class" : "input is-rounded" ,
128128 "style" : "width: 90%;" ,
129129 },
@@ -137,7 +137,7 @@ class SearchRepositoryForm(forms.Form):
137137 label = False ,
138138 widget = forms .TextInput (
139139 attrs = {
140- "placeholder" : "Please Entre a Repository URL ex: https://github.com/nexB/vulnerablecode-data" ,
140+ "placeholder" : "Please Enter a Repository URL ex: https://github.com/nexB/vulnerablecode-data" ,
141141 "class" : "input is-rounded" ,
142142 "style" : "width: 90%;" ,
143143 },
You can’t perform that action at this time.
0 commit comments