Skip to content

Commit

Permalink
Replace copy "Go Crazy" with "Search" (#3752)
Browse files Browse the repository at this point in the history
Closes #3741
  • Loading branch information
irkartik authored and agjohnson committed Mar 7, 2018
1 parent 2a7a113 commit 4d4b128
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion readthedocs/templates/search/base_facet.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<input type="hidden" name="selected_facets" value="{{ selected_facets }}" id='id_selected_facets'>
</div>
<div class="submit-input-wrapper">
<input type="submit" value="{% trans "Go crazy." %}" id="id_search_button">
<input type="submit" value="{% trans 'Search' %}" id="id_search_button">
</div>
</form>
</div>
Expand Down
2 changes: 1 addition & 1 deletion readthedocs/templates/search/elastic_project_search.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ <h2 class="quiet">Search in this project:</h2>
</div>
<div class="submit-input-wrapper">
{% comment %}Translators: This is about starting a search{% endcomment %}
<input type="submit" value="{% trans "Go crazy." %}">
<input type="submit" value="{% trans 'Search' %}">
</div>
</form>
</div>
Expand Down
2 changes: 1 addition & 1 deletion readthedocs/templates/search/elastic_search.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ <h2>Search</h2>
</div>
<div class="submit-input-wrapper">
{% comment %}Translators: This is about starting a search{% endcomment %}
<input type="submit" value="{% trans "Go crazy." %}">
<input type="submit" value="{% trans 'Search' %}">
</div>
</form>
</div>
Expand Down
2 changes: 1 addition & 1 deletion readthedocs/templates/search/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</div>
<div class="submit-input-wrapper">
{% comment %}Translators: This is about starting a search{% endcomment %}
<input type="submit" value="{% trans "Go crazy." %}">
<input type="submit" value="{% trans 'Search' %}">
</div>
</form>
</div>
Expand Down

0 comments on commit 4d4b128

Please sign in to comment.