@@ -36,7 +36,7 @@ def mentor_request_blocks(services, mentors, skillsets):
3636 {
3737 "type" : "section" ,
3838 "block_id" : "mentor_service" ,
39- "text" : {"type" : "mrkdwn" , "text" : "*Service (Required) *" },
39+ "text" : {"type" : "mrkdwn" , "text" : "*Service*" },
4040 "accessory" : {
4141 "action_id" : "mentor_service_select" ,
4242 "type" : "static_select" ,
@@ -78,7 +78,7 @@ def mentor_request_blocks(services, mentors, skillsets):
7878 {
7979 "type" : "section" ,
8080 "block_id" : "mentor" ,
81- "text" : {"type" : "mrkdwn" , "text" : "*Select a specific mentor*" },
81+ "text" : {"type" : "mrkdwn" , "text" : "*Select a specific mentor* (optional) " },
8282 "accessory" : {
8383 "type" : "static_select" ,
8484 "action_id" : "mentor_select" ,
@@ -92,7 +92,7 @@ def mentor_request_blocks(services, mentors, skillsets):
9292 {
9393 "type" : "section" ,
9494 "block_id" : "comments" ,
95- "text" : {"type" : "mrkdwn" , "text" : "*Add additional comments*" },
95+ "text" : {"type" : "mrkdwn" , "text" : "*Add additional comments* (optional) " },
9696 "accessory" : {
9797 "type" : "button" ,
9898 "action_id" : "comments_btn" ,
@@ -106,7 +106,7 @@ def mentor_request_blocks(services, mentors, skillsets):
106106 "block_id" : "affiliation" ,
107107 "text" : {
108108 "type" : "mrkdwn" ,
109- "text" : "*I certify that I am a member of the following group (Required) *" ,
109+ "text" : "*I certify that I am a member of the following group*" ,
110110 },
111111 "accessory" : {
112112 "type" : "static_select" ,
0 commit comments