diff --git a/app/client/ui/AdminPanel.ts b/app/client/ui/AdminPanel.ts index dfecb1ff..6b9eeb8e 100644 --- a/app/client/ui/AdminPanel.ts +++ b/app/client/ui/AdminPanel.ts @@ -236,8 +236,8 @@ Please log in as an administrator.`)), private _buildAuthenticationNotice(owner: IDisposableOwner) { return t('Grist allows different types of authentication to be configured, including SAML and OIDC. \ - We recommend enabling one of these if Grist is accessible over the network or being made available \ - to multiple people.'); +We recommend enabling one of these if Grist is accessible over the network or being made available \ +to multiple people.'); } private _buildUpdates(owner: MultiHolder) {