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
paulfitz/preview
Spoffy 4 months ago committed by GitHub
parent 5956c20c29
commit 587d187453
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save