diff --git a/app/views/tour/question3.html.erb b/app/views/tour/question3.html.erb index a284cf890297c7084f184d99d2564be89500ced2..e38b689a9b0e61c9f9e44c4161f004556cf01947 100644 --- a/app/views/tour/question3.html.erb +++ b/app/views/tour/question3.html.erb @@ -113,7 +113,7 @@ </div> <div class="post--comments-links has-margin-top-1"> - <a href="#">Add a comment</a> + <a href="#!">Add a comment</a> </div> </div> </div> @@ -195,7 +195,7 @@ </div> <div class="post--comments-links has-margin-top-1"> - <a href="#">Add a comment</a> + <a href="#!">Add a comment</a> </div> </div> </div> @@ -321,7 +321,7 @@ </div> <div class="widget--body"> <p>Ooh. Nice. There is an answer to your question.</p> - <p>Read through it and consider, whether it seems helpful or not. In most cases, you could also try, whether the solution there works.</p> + <p>Read through it and consider whether it helps you solve your problem. Try out the solution if it's practical.</p> </div> <div class="widget--footer"> <button class="button is-filled" data-step-from=".step-2" data-step-to=".step-3">Next</button> @@ -336,6 +336,7 @@ <div class="widget--body"> <p>This answer looks helpful.</p> <p>To show other users reading this answer, that you found it helpful (and also as a way to say "thanks" to the answerer), you can <em>upvote</em> it.</p> + <p>Voting also helps good content be more visible. Good answers are promoted to the top, while bad ones sink to the bottom. Please help curate the community by voting responsibly.</p> <p>Do so by clicking the <svg class="h-c-tertiary-400" width="2em" height="1.33em" viewbox="0 0 100 50"> <path d="M50,0 L100,50 L0,50 Z" fill="currentColor" /> </svg> icon next to the post.</p> @@ -377,7 +378,7 @@ <div class="widget--body"> <p>Thanks for flagging it.</p> <p>A moderator will look at it and will likely remove the answer.</p> - <p>Flagging and voting (both up and down) are important to this site, because they help the community moderating posts. Good posts are promoted to the top, while bad ones are send to the bottom and possibly deleted.</p> + <p>Flagging is important to help maintain the site. If you see something rude, flag it. Inappropriate content will get deleted, but somebody has to know about it first -- so flag to let moderators know. If you see anything else that doesn't look quite right, flag it and let us know about it.</p> </div> <div class="widget--footer"> <a href="/tour/more" class="button is-filled">Find out more</a> @@ -387,4 +388,4 @@ </div> </div> -<div class="js-tour-trigger-qa-page hide"></div> \ No newline at end of file +<div class="js-tour-trigger-qa-page hide"></div>