Skip to content

Commit cb6cc5d

Browse files
committed
Fix typos in placeholder
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
1 parent 020c7f9 commit cb6cc5d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

fedcode/forms.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
},

0 commit comments

Comments
 (0)