Skip to content

Commit

Permalink
Add Single Quotes Around Premium Name
Browse files Browse the repository at this point in the history
  • Loading branch information
reldredge71 committed Aug 20, 2021
1 parent a7b0d41 commit 9002455
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 @@ -51,7 +51,7 @@ <h3 class="panel-name" translate>{{'CHOOSE_RESOURCE'}}</h3>
ng-model="$ctrl.premiumSelected"
ng-value="true"
ng-change="$ctrl.onSelectPremiumOption()">
{{$ctrl.premiumName}}
'{{$ctrl.premiumName}}'
</label>
</div>
<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 @@ -155,7 +155,7 @@
<div class="panel-body">
<div class="row">
<div class="col-md-12">
{{$ctrl.premiumName}}
'{{$ctrl.premiumName}}'
</div>
</div>
</div>
Expand Down

0 comments on commit 9002455

Please sign in to comment.