mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
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:
parent
5956c20c29
commit
587d187453
@ -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…
Reference in New Issue
Block a user