Skip to content

Commit

Permalink
web: Includes FDE abbreviation
Browse files Browse the repository at this point in the history
  • Loading branch information
dgdavid committed Apr 15, 2024
1 parent 5ec380f commit 54942f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion web/src/components/storage/EncryptionField.jsx
Expand Up @@ -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: <Skeleton width="150px" />,
Expand Down
4 changes: 2 additions & 2 deletions web/src/components/storage/EncryptionSettingsDialog.jsx
Expand Up @@ -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
Expand Down

0 comments on commit 54942f9

Please sign in to comment.