Skip to content

Commit 4d4b128

Browse files
irkartikagjohnson
authored andcommitted
Replace copy "Go Crazy" with "Search" (readthedocs#3752)
Closes readthedocs#3741
1 parent 2a7a113 commit 4d4b128

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

readthedocs/templates/search/base_facet.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<input type="hidden" name="selected_facets" value="{{ selected_facets }}" id='id_selected_facets'>
2525
</div>
2626
<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">
2828
</div>
2929
</form>
3030
</div>

readthedocs/templates/search/elastic_project_search.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ <h2 class="quiet">Search in this project:</h2>
6767
</div>
6868
<div class="submit-input-wrapper">
6969
{% comment %}Translators: This is about starting a search{% endcomment %}
70-
<input type="submit" value="{% trans "Go crazy." %}">
70+
<input type="submit" value="{% trans 'Search' %}">
7171
</div>
7272
</form>
7373
</div>

readthedocs/templates/search/elastic_search.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ <h2>Search</h2>
120120
</div>
121121
<div class="submit-input-wrapper">
122122
{% comment %}Translators: This is about starting a search{% endcomment %}
123-
<input type="submit" value="{% trans "Go crazy." %}">
123+
<input type="submit" value="{% trans 'Search' %}">
124124
</div>
125125
</form>
126126
</div>

readthedocs/templates/search/search.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</div>
1515
<div class="submit-input-wrapper">
1616
{% comment %}Translators: This is about starting a search{% endcomment %}
17-
<input type="submit" value="{% trans "Go crazy." %}">
17+
<input type="submit" value="{% trans 'Search' %}">
1818
</div>
1919
</form>
2020
</div>

0 commit comments

Comments
 (0)