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

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

<% if @yahoo_finance_provider&.healthy? %>

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

<% else %>

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

<%= icon("alert-triangle", size: "sm", class: "text-amber-600 mt-0.5 shrink-0") %>

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

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

<% end %>