Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NAS-126760 / 13.3 / Replace 'SED Password' with 'SED Key' #9906

Merged
merged 1 commit into from
Apr 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading