Skip to content

Commit

Permalink
Replace 'SED Password' with 'SED Key' (#9906)
Browse files Browse the repository at this point in the history
  • Loading branch information
RehanY147 authored Apr 4, 2024
1 parent 8035cb5 commit c74b08b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions src/app/helptext/storage/disks/disks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ export default {
disk_form_informational_tooltip: T('Report if drive temperature is at or\
above this temperature in Celsius. <i>0</i> disables the report.'),

disk_form_passwd_placeholder: T('SED Password'),
disk_form_passwd_tooltip: T('Set or change the password of this SED. \
This password is used instead of the global SED password.'),
disk_form_passwd_placeholder: T('SED Key'),
disk_form_passwd_tooltip: T('Set or change the key of this SED. \
This key is used instead of the global SED key.'),

bulk_edit: {
title: T('Disks'),
Expand All @@ -103,8 +103,8 @@ export default {
dialog_error: T('Error updating disks'),

clear_pw: {
placeholder: T('Clear SED Password'),
tooltip: T('Clear the SED password for this disk.'),
placeholder: T('Clear SED Key'),
tooltip: T('Clear the SED key for this disk.'),
},

dw_disk_name_placeholder: T('Name'),
Expand Down
6 changes: 3 additions & 3 deletions src/app/helptext/system/advanced.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@ simultaneously.'),
sed_user_tooltip: T('User passed to <i>camcontrol security -u</i> to unlock\
SEDs'),

sed_passwd_placeholder: T('SED Password'),
sed_passwd_tooltip: T('Global password to unlock SEDs.'),
sed_passwd_placeholder: T('SED Key'),
sed_passwd_tooltip: T('Global key to unlock SEDs.'),

sed_passwd2_placeholder: T('Confirm SED Password'),
sed_passwd2_placeholder: T('Confirm SED Key'),
sed_passwd2_tooltip: T(''),

swapondrive_warning: T('A swap size of 0 is STRONGLY DISCOURAGED.'),
Expand Down
8 changes: 4 additions & 4 deletions src/app/helptext/system/kmip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ export const helptext_system_kmip = {
},

manage_sed_disks: {
placeholder: T('Manage SED Passwords'),
placeholder: T('Manage SED Keys'),
tooltip: T('Self-Encrypting Drive (SED) passwords can be managed with KMIP. Enabling this\
option allows the key server to manage creating or updating the global SED password, creating or\
updating individual SED passwords, and retrieving SED passwords when SEDs are unlocked. Disabling\
this option leaves SED password management with the local system.'),
option allows the key server to manage creating or updating the global SED key, creating or\
updating individual SED keys, and retrieving SED keys when SEDs are unlocked. Disabling\
this option leaves SED key management with the local system.'),
},

manage_zfs_keys: {
Expand Down

0 comments on commit c74b08b

Please sign in to comment.