From 9b1c220a939417bed7621b432768a7167a76a48e Mon Sep 17 00:00:00 2001 From: claire bontempo <68122737+hellobontempo@users.noreply.github.com> Date: Mon, 21 Jun 2021 12:44:28 -0700 Subject: [PATCH] Updates license state copy and link (#11900) * changes license state copy and updates read more link (also updates test) --- ui/app/templates/components/license-info.hbs | 2 +- ui/tests/integration/components/license-info-test.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/app/templates/components/license-info.hbs b/ui/app/templates/components/license-info.hbs index 3baca3ddd42ea..16eb41a96f4d1 100644 --- a/ui/app/templates/components/license-info.hbs +++ b/ui/app/templates/components/license-info.hbs @@ -16,7 +16,7 @@ Autoloaded {{else}} Stored - Stored licenses will be deprecated in Vault 1.11. We recommend autoloading your license. Read more here. + Stored licenses will be deprecated in a future version of Vault. We recommend autoloading your license. Read more here. {{/if}} diff --git a/ui/tests/integration/components/license-info-test.js b/ui/tests/integration/components/license-info-test.js index 407c0578f44b7..779e1bc8497b8 100644 --- a/ui/tests/integration/components/license-info-test.js +++ b/ui/tests/integration/components/license-info-test.js @@ -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' );