From 90d53173f5be90debd41133fe2619220d25052d7 Mon Sep 17 00:00:00 2001 From: Bogdan Covrig Date: Mon, 27 Jul 2020 16:14:27 +0200 Subject: [PATCH] Change DEV doc to Forem doc on account page (#9507) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Change DEV doc to Forem doc on account page * Change Forem API to API for clarification reasons Make the copy more clear – there is no central Forem API, more like each instance of Forem is having its own API. Co-authored-by: Molly Struve Co-authored-by: Molly Struve --- app/views/users/_account.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/users/_account.html.erb b/app/views/users/_account.html.erb index d9c0225fb..da1d4ad04 100644 --- a/app/views/users/_account.html.erb +++ b/app/views/users/_account.html.erb @@ -7,7 +7,7 @@

<%= community_name %> API Keys

-

You can generate personal API keys to use for authentication with the <%= community_name %> API. The API is still in early beta though. The <%= community_name %> API documentation contains further information.

+

You can generate personal API keys to use for authentication with the <%= community_name %> API. The API is still in its beta stage. The documentation contains further information.