diff --git a/app/views/api_keys/confirm.html.erb b/app/views/api_keys/confirm.html.erb index de2bf7ec7..b4edaf7dc 100644 --- a/app/views/api_keys/confirm.html.erb +++ b/app/views/api_keys/confirm.html.erb @@ -6,6 +6,7 @@ <%# TODO: Extract component for grey box %>
<%# TODO: Probably don't actually want to use the word dickhead! ;-) %> + <%# TODO: Update the wording for all of this about it being a trial, etc.. %>

We trust you. Don’t be a dickhead. We’re giving you this and your end of the deal is this:

@@ -30,5 +31,9 @@ <% end %>
- <%= pa_button_to "I understand", api_keys_path, method: :post %> + <%= pa_button_to "Agree and continue", api_keys_path, method: :post %> + +

+ <%= pa_link_to "Don't agree, go back", :back %> +