Skip to content

Commit

Permalink
Updates license state copy and link (#11900)
Browse files Browse the repository at this point in the history
* changes license state copy and updates read more link (also updates test)
  • Loading branch information
hellobontempo committed Jun 21, 2021
1 parent 053a7f2 commit 2ca28fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/app/templates/components/license-info.hbs
Expand Up @@ -16,7 +16,7 @@
Autoloaded
{{else}}
Stored
<Icon @glyph="alert-triangle" class="has-text-highlight" /> <span class="is-size-8">Stored licenses will be deprecated in Vault 1.11. We recommend autoloading your license. Read more <a href="https://learn.hashicorp.com/tutorials/nomad/hashicorp-enterprise-license" rel="noreferrer noopener" target="_blank" >here</a>.</span>
<Icon @glyph="alert-triangle" class="has-text-highlight" /> <span class="is-size-8">Stored licenses will be deprecated in a future version of Vault. We recommend autoloading your license. Read more <a href="https://www.vaultproject.io/docs/enterprise/license" rel="noreferrer noopener" target="_blank" >here</a>.</span>
{{/if}}
</InfoTableRow>
</div>
Expand Down
2 changes: 1 addition & 1 deletion ui/tests/integration/components/license-info-test.js
Expand Up @@ -68,7 +68,7 @@ module('Integration | Component | license info', function(hooks) {
let row = component.detailRows.filterBy('rowName', 'License state')[0];
assert.ok(
row.rowValue.includes(
'Stored licenses will be deprecated in Vault 1.11. We recommend autoloading your license.'
'Stored licenses will be deprecated in a future version of Vault. We recommend autoloading your license.'
),
'Stored license includes recommendation to autoload'
);
Expand Down

0 comments on commit 2ca28fb

Please sign in to comment.