From 6be7c6610e19bd78ca5bf54c8ffebdfac3530317 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 000000000..17c66ca9f --- /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 661fa6f87..93445b302 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 88358324c..e5914c7f4 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 5c2ad1188..dfd8fe0f5 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. +
- +