diff --git a/app/views/api_keys/index.html.erb b/app/views/api_keys/index.html.erb index fb49f012e..7cd2052b7 100644 --- a/app/views/api_keys/index.html.erb +++ b/app/views/api_keys/index.html.erb @@ -37,7 +37,7 @@ <% else %> <%# If a user already has a key (which is now inactive) don't allow them to create another %> -
No active keys
+No active keys
<% end %> <% else %> <%= render @api_keys.select(&:active?) %>