Fix capitalization in settings placeholders (#5707)
This commit is contained in:
parent
8dc56dcf32
commit
7444b315a4
1 changed files with 3 additions and 3 deletions
|
|
@ -94,11 +94,11 @@
|
|||
</div>
|
||||
<div class="field">
|
||||
<%= f.label :mostly_work_with, "Skills/Languages" %>
|
||||
<%= f.text_area :mostly_work_with, placeholder: "What tools and languages are you most experienced with? are you specialized or more of a generalist?", maxlength: 500 %>
|
||||
<%= f.text_area :mostly_work_with, placeholder: "What tools and languages are you most experienced with? Are you specialized or more of a generalist?", maxlength: 500 %>
|
||||
</div>
|
||||
<div class="field">
|
||||
<%= f.label :currently_learning, "I'm getting into" %>
|
||||
<%= f.text_area :currently_learning, placeholder: "What are you learning right now? what are the new tools and languages you're picking up in #{Time.zone.now.year}?", maxlength: 500 %>
|
||||
<%= f.text_area :currently_learning, placeholder: "What are you learning right now? What are the new tools and languages you're picking up in #{Time.zone.now.year}?", maxlength: 500 %>
|
||||
</div>
|
||||
<div class="field">
|
||||
<%= f.label :currently_hacking_on, "My projects and hacks" %>
|
||||
|
|
@ -106,7 +106,7 @@
|
|||
</div>
|
||||
<div class="field">
|
||||
<%= f.label :available_for %>
|
||||
<%= f.text_area :available_for, placeholder: "What kinds of collaborations or discussions are you available for? what's a good reason to say hey to you these days?", maxlength: 500 %>
|
||||
<%= f.text_area :available_for, placeholder: "What kinds of collaborations or discussions are you available for? What's a good reason to say hey to you these days?", maxlength: 500 %>
|
||||
</div>
|
||||
<p><strong>Links</strong></p>
|
||||
<div class="field">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue