diff --git a/lib/towerops_web/live/org/integrations_live.html.heex b/lib/towerops_web/live/org/integrations_live.html.heex index 2f76b243..6deb7ca0 100644 --- a/lib/towerops_web/live/org/integrations_live.html.heex +++ b/lib/towerops_web/live/org/integrations_live.html.heex @@ -36,7 +36,16 @@ Enum.find(category.providers, fn p -> @integrations[p.id] && @integrations[p.id].enabled end) %> -
+
+
+ + <.icon name="hero-arrow-path" class="h-3.5 w-3.5" /> + Choose one + + + — only one billing platform can be active at a time + +
<%= if active_billing do %> <%!-- Active billing provider --%> <% integration = @integrations[active_billing.id] %> @@ -154,8 +163,8 @@
<% else %> <%!-- No active billing — show provider picker --%> -

- {t("Select your billing platform to get started:")} +

+ {t("Which billing platform does your organization use?")}