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 @@