diff --git a/frontend/portal/src/components/account-link/AccountLinkPanel.tsx b/frontend/portal/src/components/account-link/AccountLinkPanel.tsx index bccf2cfb74..eaf3c86be6 100644 --- a/frontend/portal/src/components/account-link/AccountLinkPanel.tsx +++ b/frontend/portal/src/components/account-link/AccountLinkPanel.tsx @@ -56,7 +56,12 @@ export function AccountLinkPanel() {
{t("accountLink.panel.sub")}
++ {t( + "accountLink.panel.sub", + "Link this self-hosted org to its Stirling account so unattended processing bills against your org wallet.", + )} +
- {t("accountLink.panel.instancesSub")} + {t( + "accountLink.panel.instancesSub", + "Every self-hosted instance registered to this org. Revoke a credential to immediately cut off its unattended access.", + )}
VITE_SAAS_SUPABASE_URL{" "}
- {t("accountLink.card.loginNotConfigured.after")}
+ {t(
+ "accountLink.card.loginNotConfigured.after",
+ "to enable account linking against the hosted Stirling account. In dev you can simulate sign-in from the link dialog.",
+ )}
VITE_SAAS_SUPABASE_URL{" "}
- {t("accountLink.modal.loginNotConfigured.and")}{" "}
+ {t("accountLink.modal.loginNotConfigured.and", "and")}{" "}
VITE_SAAS_SUPABASE_ANON_KEY{" "}
- {t("accountLink.modal.loginNotConfigured.after")}
+ {t(
+ "accountLink.modal.loginNotConfigured.after",
+ "to enable in-app linking against the hosted Stirling account.",
+ )}
{i.deviceId}