File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -1239,10 +1239,8 @@ msgstr ""
1239
1239
msgid "Search PyPI"
1240
1240
msgstr ""
1241
1241
1242
- #: warehouse/templates/base.html:257 warehouse/templates/base.html:289
1243
- #: warehouse/templates/error-base-with-search.html:13
1244
- #: warehouse/templates/index.html:35
1245
- msgid "Search projects"
1242
+ #: warehouse/templates/base.html:257 warehouse/templates/index.html:35
1243
+ msgid "Type '/' to search projects"
1246
1244
msgstr ""
1247
1245
1248
1246
#: warehouse/templates/base.html:268 warehouse/templates/base.html:297
@@ -1251,6 +1249,11 @@ msgstr ""
1251
1249
msgid "Search"
1252
1250
msgstr ""
1253
1251
1252
+ #: warehouse/templates/base.html:289
1253
+ #: warehouse/templates/error-base-with-search.html:13
1254
+ msgid "Search projects"
1255
+ msgstr ""
1256
+
1254
1257
#: warehouse/templates/base.html:315
1255
1258
msgid "Help navigation"
1256
1259
msgstr ""
Original file line number Diff line number Diff line change 254
254
class ="search-form__search "
255
255
type ="text "
256
256
name ="q "
257
- placeholder ="{% trans %}Search projects{% endtrans %} "
257
+ placeholder ="{% trans %}Type '/' to search projects{% endtrans %} "
258
258
value ="{{ term }} "
259
259
autocomplete ="off "
260
260
autocapitalize ="off "
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ <h1 class="homepage-banner__title">{{ banner }}</h1>
32
32
class ="search-form__search large-input "
33
33
type ="text "
34
34
name ="q "
35
- placeholder ="{% trans %}Search projects{% endtrans %} "
35
+ placeholder ="{% trans %}Type '/' to search projects{% endtrans %} "
36
36
autocomplete ="off "
37
37
autocapitalize ="off "
38
38
spellcheck ="false "
You can’t perform that action at this time.
0 commit comments