Skip to content

Commit

Permalink
Removes spacing from admin page auth translation key (#1001)
Browse files Browse the repository at this point in the history
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: #987 (comment)
  • Loading branch information
Spoffy committed May 30, 2024
1 parent 5956c20 commit 587d187
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/client/ui/AdminPanel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 587d187

Please sign in to comment.