open-vault/ui/app/templates/components/wizard/tools-unwrapped.hbs
linda9379 6be7c6610e
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
2022-07-28 14:33:47 -04:00

12 lines
573 B
Handlebars

<WizardContent @headerText="Tools" @glyph="tour">
<WizardSection @headerText="Your unwrapped data" @docText="API: Unwrap Data" @docPath="/api/system/wrapping-unwrap.html">
<p>
Here you can see that your data survived intact. These tools are mostly handy for applications to use, but if you ever
do need to wrap data or handle the wrapped token, now you know how.
</p>
</WizardSection>
<button type="button" class="button next-feature-step" {{action @onAdvance}}>
{{@nextFeature}}
<Chevron @isButton={{true}} />
</button>
</WizardContent>