From e12bb6ce31e5fdcc2f5c63117ca50aff187d3871 Mon Sep 17 00:00:00 2001 From: Mike Wickett Date: Thu, 17 Sep 2020 12:56:31 -0400 Subject: [PATCH] website: change sku to tier --- website/data/alert-banner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/data/alert-banner.js b/website/data/alert-banner.js index 01c25f728a..2213d8034a 100644 --- a/website/data/alert-banner.js +++ b/website/data/alert-banner.js @@ -4,6 +4,6 @@ export const ALERT_BANNER_ACTIVE = true export default { tag: 'Announcing', url: 'https://www.hashicorp.com/blog/consul-service-on-azure-production-tier', - text: 'HashiCorp Consul Service on Azure Production SKU', + text: 'HashiCorp Consul Service on Azure Production Tier', linkText: 'Learn more', }