diff --git a/changelog/27346.txt b/changelog/27346.txt new file mode 100644 index 0000000000..17f50216cb --- /dev/null +++ b/changelog/27346.txt @@ -0,0 +1,3 @@ +```release-note:improvement +ui: Update language in Transit secret engine to reflect that not all keys are for encyryption +``` diff --git a/ui/app/templates/components/transit-edit.hbs b/ui/app/templates/components/transit-edit.hbs index 877df47a23..fa8c49ae40 100644 --- a/ui/app/templates/components/transit-edit.hbs +++ b/ui/app/templates/components/transit-edit.hbs @@ -10,11 +10,11 @@
{{this.key.id}}
{{/if}}
- The minimum decryption version required to reverse transformations performed with the encryption key. Results from
+ The minimum decryption version required to reverse transformations performed with the cryptographic key. Results from
lower key versions may be rewrapped with the new key version using the
Generate a new high-entropy key and value using Generate a new high-entropy key and value using rewrap
action.
diff --git a/ui/app/templates/components/transit-form-show.hbs b/ui/app/templates/components/transit-form-show.hbs
index 58804e5a6c..b86fa2cccb 100644
--- a/ui/app/templates/components/transit-form-show.hbs
+++ b/ui/app/templates/components/transit-form-show.hbs
@@ -52,7 +52,7 @@
{{@key.name}} as the encryption key.{{@key.name}} as the cryptographic key.