From 587d187453d72202cf9625e56624e9c6c0222bfb Mon Sep 17 00:00:00 2001 From: Spoffy <4805393+Spoffy@users.noreply.github.com> Date: Thu, 30 May 2024 15:32:32 +0100 Subject: [PATCH] Removes spacing from admin page auth translation key (#1001) Updates the authentication message on the admin page, removing newlines and tabs. This cleans up the formatting of the resulting translation key (in `en.client.json`). Context: https://github.com/gristlabs/grist-core/pull/987#discussion_r1603799796 --- app/client/ui/AdminPanel.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {