<%= t(".common_issues") %>
- <%= t(".invalid_token_label") %> <%= t(".invalid_token") %>
- <%= t(".expired_credentials_label") %> <%= t(".expired_credentials") %>
- <%= t(".permissions_label") %> <%= t(".permissions") %>
- <%= t(".network_label") %> <%= t(".network") %>
- <%= t(".service_label") %> <%= t(".service") %>
<%= link_to return_path.presence || settings_providers_path,
class: "inline-flex items-center justify-center rounded-lg px-4 py-2 text-sm font-medium text-inverse button-bg-primary hover:button-bg-primary-hover focus:outline-none focus:ring-2 focus:ring-primary focus:ring-offset-2 transition-colors",
data: { turbo: false } do %>
<%= t(".settings_link") %>
<% end %>