diff --git a/templates/requests.html b/templates/requests.html
index 85190baf..31f2c7d1 100644
--- a/templates/requests.html
+++ b/templates/requests.html
@@ -29,8 +29,8 @@
{{ EmptyState(
'There are currently no active requests for you to see.',
- actionLabel='Create a new JEDI Cloud Request',
- actionHref=url_for('requests.requests_form_new', screen=1),
+ action_label='Create a new JEDI Cloud Request',
+ action_href=url_for('requests.requests_form_new', screen=1),
icon='document'
) }}