Skip to content

Commit

Permalink
fix project membership onboarding desc (#1494)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarosenb authored Dec 5, 2024
1 parent 4babd86 commit 32cf2f9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions designsafe/apps/onboarding/steps/project_membership.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ def get_tas_project(self):
def description(self):
if self.settings is not None and "description" in self.settings:
return self.settings["description"]
return """This confirms if you have access to the project. If not, request access and
wait for the system administrator’s approval."""
return """Requesting access initiates the onboarding process for accessing computation and data resources, and your status will change from Waiting for User to Waiting for Staff Approval. A ticket will be auto-generated for tracking and communications. Approval review typically takes up to 1-2 hours during normal business hours, but can take up to 48 hours in some cases. Once approved, your status will change to Completed."""

def display_name(self):
return "Initial Onboarding Status"
Expand Down

0 comments on commit 32cf2f9

Please sign in to comment.