Skip to content

Commit

Permalink
Change "Premium" header to "Choose a Resource"
Browse files Browse the repository at this point in the history
  • Loading branch information
reldredge71 committed Aug 20, 2021
1 parent 4555d6f commit a7b0d41
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/app/branded/step-1/branded-checkout-step-1.tpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ <h3 class="panel-name" translate>{{'PAYMENT'}}</h3>
</div>
<div class="panel" ng-if="$ctrl.premiumCode">
<div class="panel-body">
<h3 class="panel-name" translate>{{'PREMIUM'}}</h3>
<h3 class="panel-name" translate>{{'CHOOSE_RESOURCE'}}</h3>
<div class="row">
<div class="col-sm-4">
<div class="row">
Expand Down
2 changes: 1 addition & 1 deletion src/app/checkout/step-3/step-3.tpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
<div class="mb" ng-if="!!$ctrl.brandedCheckoutItem['premium-code']">
<div class="panel panel-default">
<div class="panel-heading">
<translate>{{'PREMIUM'}}</translate>
<translate>{{'CHOOSE_RESOURCE'}}</translate>
<button id="changePremiumButton" class="btn btn-default btn-panel-head pull-right" ng-click="$ctrl.changeStep({newStep: 'premium'})" translate>{{'CHANGE'}}</button>
</div>
<div class="panel-body">
Expand Down
4 changes: 2 additions & 2 deletions src/common/app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.'
})

Expand Down Expand Up @@ -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')
Expand Down

0 comments on commit a7b0d41

Please sign in to comment.