From 19c81e16cec8f3d5bc1bda29d1c36991b08d86ae Mon Sep 17 00:00:00 2001 From: Matthew Landauer Date: Wed, 28 Aug 2024 06:39:06 +0000 Subject: [PATCH] Update wording of agree action and allow user to escape easily too --- app/views/api_keys/confirm.html.erb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 %> +