From 32cf2f99e1c52a00608317414d285d053f42d448 Mon Sep 17 00:00:00 2001 From: Jake Rosenberg Date: Thu, 5 Dec 2024 10:13:19 -0600 Subject: [PATCH] fix project membership onboarding desc (#1494) --- designsafe/apps/onboarding/steps/project_membership.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/designsafe/apps/onboarding/steps/project_membership.py b/designsafe/apps/onboarding/steps/project_membership.py index cce56ae6e..e5961049a 100644 --- a/designsafe/apps/onboarding/steps/project_membership.py +++ b/designsafe/apps/onboarding/steps/project_membership.py @@ -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"