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'