File tree 4 files changed +4
-4
lines changed
readthedocs/templates/search
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 24
24
< input type ="hidden " name ="selected_facets " value ="{{ selected_facets }} " id ='id_selected_facets '>
25
25
</ div >
26
26
< div class ="submit-input-wrapper ">
27
- < input type ="submit " value ="{% trans " Go crazy. " %}" id="id_search_button ">
27
+ < input type ="submit " value ="{% trans 'Search' %} " id ="id_search_button ">
28
28
</ div >
29
29
</ form >
30
30
</ div >
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ <h2 class="quiet">Search in this project:</h2>
67
67
</ div >
68
68
< div class ="submit-input-wrapper ">
69
69
{% comment %}Translators: This is about starting a search{% endcomment %}
70
- < input type ="submit " value ="{% trans " Go crazy. " %}">
70
+ < input type ="submit " value ="{% trans 'Search' %} ">
71
71
</ div >
72
72
</ form >
73
73
</ div >
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ <h2>Search</h2>
120
120
</ div >
121
121
< div class ="submit-input-wrapper ">
122
122
{% comment %}Translators: This is about starting a search{% endcomment %}
123
- < input type ="submit " value ="{% trans " Go crazy. " %}">
123
+ < input type ="submit " value ="{% trans 'Search' %} ">
124
124
</ div >
125
125
</ form >
126
126
</ div >
Original file line number Diff line number Diff line change 14
14
</ div >
15
15
< div class ="submit-input-wrapper ">
16
16
{% comment %}Translators: This is about starting a search{% endcomment %}
17
- < input type ="submit " value ="{% trans " Go crazy. " %}">
17
+ < input type ="submit " value ="{% trans 'Search' %} ">
18
18
</ div >
19
19
</ form >
20
20
</ div >
You can’t perform that action at this time.
0 commit comments