mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
i18n: userManager translation + some forgotten translations (#557)
* translation: add userManager translation + some forgotten translations * use '\' caracter for multiple-line strings
This commit is contained in:
@@ -131,9 +131,8 @@ export class AccountPage extends Disposable {
|
||||
),
|
||||
css.subHeader(t("Two-factor authentication")),
|
||||
css.description(
|
||||
t("Two-factor authentication is an extra layer of security for your Grist account " +
|
||||
"designed to ensure that you're the only person who can access your account, " +
|
||||
"even if someone knows your password.")
|
||||
t("Two-factor authentication is an extra layer of security for your Grist account \
|
||||
designed to ensure that you're the only person who can access your account, even if someone knows your password.")
|
||||
),
|
||||
dom.create(MFAConfig, user),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user