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' );