You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by cu...@apache.org on 2019/05/04 12:05:08 UTC

[whimsy] 01/02: Tweak subtitles and helpblock

This is an automated email from the ASF dual-hosted git repository.

curcuru pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git

commit 50bce713befdf47016e9e77a3ed578bf0c30fdb6
Author: Shane Curcuru <as...@shanecurcuru.org>
AuthorDate: Sat May 4 08:02:19 2019 -0400

    Tweak subtitles and helpblock
---
 www/members/mentors.cgi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/www/members/mentors.cgi b/www/members/mentors.cgi
index de9a180..2c15074 100755
--- a/www/members/mentors.cgi
+++ b/www/members/mentors.cgi
@@ -49,18 +49,18 @@ _html do
     _whimsy_body(
       title: PAGETITLE,
       related: {
-        MentorFormat::MENTORS_SVN => 'See Mentors Data',
+        MentorFormat::MENTORS_SVN => 'See Raw Mentors Data',
         '/roster/members' => 'Whimsy All Members Roster',
         '/members/index/' => 'Other Member-Private Tools',
         'https://community.apache.org' => 'Apache Community Development'
       },
       helpblock: -> {
         _p do
-          _ 'This page lists experienced ASF Members who have volunteered to mentor newer ASF Members to help them get more involved in Foundation governance and operations.'
+          _ 'This page lists experienced ASF Members who have volunteered to mentor newer ASF Members to help them get more involved in governance and operations within the larger Foundation as a whole.'
         end
         _p do
-          _ "If you are a newer Member looking for a mentor, please reach out directly to available volunteers below that fit your interests by #{uimap['contact'][0]}. "
-          _ 'Remember, this is an informal program run by volunteers, so please be kind - and patient!  Not every mentoring pair may be the right fit.  Mentors currently listed as available for new mentees:'
+          _ "If you are a newer Member looking for a mentor, please reach out directly to available volunteers below that fit your interests by #{uimap['contact'][0]} and request mentoring.  Not every mentoring pair may be the right fit, so you'll need to decide together if you're a good pair."
+          _ 'Remember, this is an informal program run by volunteers, so please be kind - and patient!   Mentors currently listed as available for new mentees:'
         end 
         _ul.list_inline do
           mentors.each do | apacheid, mentor |