From cf643165b816c241cc369fa4e823c578d809640d Mon Sep 17 00:00:00 2001 From: linda9379 <57650314+linda9379@users.noreply.github.com> Date: Thu, 28 Jul 2022 14:33:47 -0400 Subject: [PATCH] Lookup, wrap, rewrap and unwrap token rename with description (#16489) * Changed wrapping token to wrapped token * Added descriptions and changed rewrap and unwrap labels * Added changelog * Fixed changelog --- changelog/16489.txt | 3 +++ ui/app/templates/components/tool-lookup.hbs | 5 ++++- ui/app/templates/components/tool-rewrap.hbs | 5 ++++- ui/app/templates/components/tool-unwrap.hbs | 5 ++++- ui/app/templates/components/tool-wrap.hbs | 2 +- ui/app/templates/components/wizard/tools-unwrapped.hbs | 2 +- 6 files changed, 17 insertions(+), 5 deletions(-) create mode 100644 changelog/16489.txt diff --git a/changelog/16489.txt b/changelog/16489.txt new file mode 100644 index 0000000000..17c66ca9f7 --- /dev/null +++ b/changelog/16489.txt @@ -0,0 +1,3 @@ +```release-note:improvement +ui: Renamed labels under Tools for wrap, lookup, rewrap and unwrap with description. +``` diff --git a/ui/app/templates/components/tool-lookup.hbs b/ui/app/templates/components/tool-lookup.hbs index 661fa6f87d..93445b302d 100644 --- a/ui/app/templates/components/tool-lookup.hbs +++ b/ui/app/templates/components/tool-lookup.hbs @@ -28,7 +28,10 @@
- + +
+ Enter your wrapped token here to display its information. +
diff --git a/ui/app/templates/components/tool-rewrap.hbs b/ui/app/templates/components/tool-rewrap.hbs index 88358324c3..e5914c7f40 100644 --- a/ui/app/templates/components/tool-rewrap.hbs +++ b/ui/app/templates/components/tool-rewrap.hbs @@ -44,7 +44,10 @@
- + +
+ Enter your wrapped token here to rewrap it and refresh its TTL. +
diff --git a/ui/app/templates/components/tool-unwrap.hbs b/ui/app/templates/components/tool-unwrap.hbs index 5c2ad11880..dfd8fe0f57 100644 --- a/ui/app/templates/components/tool-unwrap.hbs +++ b/ui/app/templates/components/tool-unwrap.hbs @@ -86,7 +86,10 @@
- + +
+ Enter your wrapped token here to unwrap it and return its original value. +
- +