-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#3741: replaced Go Crazy text with Search #3752
Conversation
@@ -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"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You shouldn't change the double quotes to single quotes here, html needs "
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"{% trans 'search' %}"
This syntax will do i guess. I think both shall not be double quotes.. Do correct me if i'm wrong
@@ -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" %}' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you removed the >
accidentally here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oops.. my bad :D I'll correct it for sure :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This makes a ton of sense to me. Crazy is an offensive word in some circles, as it is an ableist word.
I'm glad someone was able jump in and clean this up, thanks for the contribution @rajujha373 ! 🎉 |
@agjohnson and @RichardLitt thank you so much guys ... This is my first merged changes in readthedocs... Yayy 🥇 🎉 |
Well done, @rajujha373! Welcome to the family. Make yourself at home. :) |
No description provided.