diff --git a/app/scenes/Settings/Details.tsx b/app/scenes/Settings/Details.tsx index fdb668849..a862906e7 100644 --- a/app/scenes/Settings/Details.tsx +++ b/app/scenes/Settings/Details.tsx @@ -138,10 +138,10 @@ function Details() { name="subdomain" description={ subdomain ? ( - + <> Your knowledge base will be accessible at{" "} {subdomain}.getoutline.com - + ) : ( t("Choose a subdomain to enable a login page just for your team.") )