From a7b0d416047fd0e42d05b679af0fe317f4dc5be4 Mon Sep 17 00:00:00 2001 From: Robert Eldredge Date: Fri, 20 Aug 2021 13:37:05 -0400 Subject: [PATCH] Change "Premium" header to "Choose a Resource" --- src/app/branded/step-1/branded-checkout-step-1.tpl.html | 2 +- src/app/checkout/step-3/step-3.tpl.html | 2 +- src/common/app.config.js | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/branded/step-1/branded-checkout-step-1.tpl.html b/src/app/branded/step-1/branded-checkout-step-1.tpl.html index 0c1543de5..b1490cdbf 100644 --- a/src/app/branded/step-1/branded-checkout-step-1.tpl.html +++ b/src/app/branded/step-1/branded-checkout-step-1.tpl.html @@ -40,7 +40,7 @@

{{'PAYMENT'}}

-

{{'PREMIUM'}}

+

{{'CHOOSE_RESOURCE'}}

diff --git a/src/app/checkout/step-3/step-3.tpl.html b/src/app/checkout/step-3/step-3.tpl.html index 919d0164a..027fd7c16 100644 --- a/src/app/checkout/step-3/step-3.tpl.html +++ b/src/app/checkout/step-3/step-3.tpl.html @@ -149,7 +149,7 @@
- {{'PREMIUM'}} + {{'CHOOSE_RESOURCE'}}
diff --git a/src/common/app.config.js b/src/common/app.config.js index 4ce842e8d..b2ba12123 100644 --- a/src/common/app.config.js +++ b/src/common/app.config.js @@ -284,7 +284,7 @@ const appConfig = /* @ngInject */ function (envServiceProvider, $compileProvider FIRST_GIFT: 'First Gift:', ANNUAL_GIFT_TOTAL: 'Annual Gift Total:', FREQUENCY_GIFT_TOTAL: '{{frequency}} Gift Total:', - PREMIUM: 'Premium', + CHOOSE_RESOURCE: 'Choose a Resource', NO_THANK_YOU: 'Thank you, but please do not send me the resources.' }) @@ -493,7 +493,7 @@ const appConfig = /* @ngInject */ function (envServiceProvider, $compileProvider FIRST_GIFT: 'First Gift:', ANNUAL_GIFT_TOTAL: 'Annual Gift Total:', FREQUENCY_GIFT_TOTAL: '{{frequency}} Gift Total:', - PREMIUM: 'Premium', + CHOOSE_RESOURCE: 'Choose a Resource', NO_THANK_YOU: 'Thank you, but please do not send me the resources.' }) $translateProvider.preferredLanguage('en')