From 54942f9babb0abacd60d3acceb692727f76a9f80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20D=C3=ADaz=20Gonz=C3=A1lez?= Date: Mon, 15 Apr 2024 11:50:29 +0100 Subject: [PATCH] web: Includes FDE abbreviation --- web/src/components/storage/EncryptionField.jsx | 2 +- web/src/components/storage/EncryptionSettingsDialog.jsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/src/components/storage/EncryptionField.jsx b/web/src/components/storage/EncryptionField.jsx index ae3844af8..2246eed04 100644 --- a/web/src/components/storage/EncryptionField.jsx +++ b/web/src/components/storage/EncryptionField.jsx @@ -36,7 +36,7 @@ import EncryptionSettingsDialog from "~/components/storage/EncryptionSettingsDia // Field texts at root level to avoid redefinitions every time the component // is rendered. const LABEL = _("Encryption"); -const DESCRIPTION = _("Full disk encryption allows to protect the information stored at \ +const DESCRIPTION = _("Full Disk Encryption (FDE) allows to protect the information stored at \ the device, including data, programs, and system files."); const VALUES = { loading: , diff --git a/web/src/components/storage/EncryptionSettingsDialog.jsx b/web/src/components/storage/EncryptionSettingsDialog.jsx index 42101f209..ea3818ac3 100644 --- a/web/src/components/storage/EncryptionSettingsDialog.jsx +++ b/web/src/components/storage/EncryptionSettingsDialog.jsx @@ -34,8 +34,8 @@ import { EncryptionMethods } from "~/client/storage"; */ const DIALOG_TITLE = _("Encryption"); -const DIALOG_DESCRIPTION = _("Full disk encryption allows to protect the information stored at \ -the device, including data, programs, and system files."); +const DIALOG_DESCRIPTION = _("Full Disk Encryption (FDE) allows to protect the information stored \ +at the device, including data, programs, and system files."); // TRANSLATORS: "Trusted Platform Module" is the name of the technology and TPM its abbreviation const TPM_LABEL = _("Use the Trusted Platform Module (TPM) to decrypt automatically on each boot"); // TRANSLATORS: The word 'directly' is key here. For example, booting to the installer media and then choosing