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
This commit is contained in:
Spoffy 2024-05-30 15:32:32 +01:00 committed by GitHub
parent 5956c20c29
commit 587d187453
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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) {