From de8b672d4bdd3c7173e88be0381dc0be696e0dde Mon Sep 17 00:00:00 2001 From: Matthew Landauer Date: Mon, 18 Nov 2024 10:49:44 +1100 Subject: [PATCH] Fix typo --- app/views/api_keys/confirm.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/api_keys/confirm.html.erb b/app/views/api_keys/confirm.html.erb index dcdbab890..3706f421e 100644 --- a/app/views/api_keys/confirm.html.erb +++ b/app/views/api_keys/confirm.html.erb @@ -20,7 +20,7 @@ Do NOT use this for bulk collection of data. e.g. Trying to collect every single historical application for an area. <% end %> <%= c.with_item do %> - Store and use the resulting data in any way that is not strictly about evaluation, testing or development. + Do NOT store and use the resulting data in any way that is not strictly about evaluation, testing or development. <% end %> <%= c.with_item do %> To use the API in production you will need to <%= pa_link_to "join a plan", api_howto_path(anchor: "plans") %>.