Skip to content

Commit

Permalink
Update help text for project join request section of request hub
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-li committed Sep 13, 2024
1 parent f22dff5 commit 8e33ea1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions coldfront/core/user/views_/request_hub_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,10 @@ def get_project_join_request(self):
proj_join_request_object.button_text = \
'Go To Project Join Requests Main Page'
proj_join_request_object.id = 'project_join_request_section'
proj_join_request_object.help_text = \
'Showing your project join requests.'
proj_join_request_object.help_text = (
'Showing your project join requests. Please contact a project '
'manager or PI if your request has not been reviewed in a '
'reasonable time frame.')

return proj_join_request_object

Expand Down

0 comments on commit 8e33ea1

Please sign in to comment.