From f9b8a4901335f596a524dbbeca13d14437f953a0 Mon Sep 17 00:00:00 2001 From: luis cielak Date: Tue, 4 Sep 2018 09:42:04 -0500 Subject: [PATCH] Update copy for empty request screen --- templates/requests.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/requests.html b/templates/requests.html index edb6f7d8..05c1c673 100644 --- a/templates/requests.html +++ b/templates/requests.html @@ -28,7 +28,8 @@ {% if not requests %} {{ EmptyState( - 'There are currently no active requests for you to see.', + 'You currently have no JEDI workspaces.', + sub_message='A JEDI Workspace is where you manage your projects and control user access to those projects.', action_label='Create a new JEDI Cloud Request', action_href=url_for('requests.requests_form_new', screen=1), icon='document'