diff --git a/client/modules/_test-fixtures/src/fixtures/onboarding/onboarding-admin-listing.json b/client/modules/_test-fixtures/src/fixtures/onboarding/onboarding-admin-listing.json index 5c6b87fe5..d99ee988f 100644 --- a/client/modules/_test-fixtures/src/fixtures/onboarding/onboarding-admin-listing.json +++ b/client/modules/_test-fixtures/src/fixtures/onboarding/onboarding-admin-listing.json @@ -47,8 +47,8 @@ }, { "step": "designsafe.apps.onboarding.steps.system_access_v3.SystemAccessStepV3", - "displayName": "System Access", - "description": "Setting up access to TACC storage and execution systems. No action required.", + "displayName": "Data Depot Setup Status", + "description": "Data Depot Setup will initiate automatically once the Initial Onboarding Status is Complete. When Data Depot Setup Status is Complete you will be able to access the Data Depot private storage areas which is also a prerequisite to utilizing the HPC-enabled tools and applications. Reply to the onboarding ticket if Initial Onboarding Status is Complete but Data Depot Setup doesn't change to Complete.", "userConfirm": "Confirm", "staffApprove": "Approve", "staffDeny": "Deny", diff --git a/designsafe/apps/onboarding/steps/system_access_v3.py b/designsafe/apps/onboarding/steps/system_access_v3.py index 6d179f82e..d68aee3c4 100644 --- a/designsafe/apps/onboarding/steps/system_access_v3.py +++ b/designsafe/apps/onboarding/steps/system_access_v3.py @@ -97,10 +97,10 @@ class SystemAccessStepV3(AbstractStep): """System Access Step for Onboarding.""" def display_name(self): - return "System Access" + return "Data Depot Setup Status" def description(self): - return "Setting up access to TACC storage and execution systems. No action required." + return "Data Depot Setup will initiate automatically once the Initial Onboarding Status is Complete. When Data Depot Setup Status is Complete you will be able to access the Data Depot private storage areas which is also a prerequisite to utilizing the HPC-enabled tools and applications. Reply to the onboarding ticket if Initial Onboarding Status is Complete but Data Depot Setup doesn't change to Complete." def prepare(self): self.state = SetupState.PENDING