diff --git a/app/views/settings/hostings/_brand_fetch_settings.html.erb b/app/views/settings/hostings/_brand_fetch_settings.html.erb index fb2a24aa2..b2e2960ee 100644 --- a/app/views/settings/hostings/_brand_fetch_settings.html.erb +++ b/app/views/settings/hostings/_brand_fetch_settings.html.erb @@ -4,14 +4,23 @@ <% if ENV["BRAND_FETCH_CLIENT_ID"].present? %>

You have successfully configured your Brand Fetch Client ID through the BRAND_FETCH_CLIENT_ID environment variable.

<% else %> -

<%= t(".description") %>

-
    +
    + <%= t(".description") %> +
    + (show details) +
    1. - Visit brandfetch.com and create a free Brand Fetch Developer account. + Visit brandfetch.com and create a free Brand Fetch Developer account. +
    2. +
    3. + Go to the Logo API page. +
    4. +
    5. + Tap the eye icon under the "Your Client ID" section to reveal your Client ID and paste it below.
    6. -
    7. Go to the Logo API page.
    8. -
    9. Tap the eye icon under the "Your Client ID" section to reveal your Client ID and paste it below.
    +
    +
    <% end %>