Skip to content

Commit

Permalink
Removing quotes from premium name and dedentation
Browse files Browse the repository at this point in the history
  • Loading branch information
caleballdrin committed Nov 13, 2024
1 parent 33f8c05 commit 53eb864
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/app/branded/step-1/branded-checkout-step-1.tpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,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 All @@ -68,7 +68,7 @@ <h3 class="panel-name" translate>{{'CHOOSE_RESOURCE'}}</h3>
ng-model="$ctrl.premiumSelected"
ng-value="false"
ng-change="$ctrl.onSelectPremiumOption()">
<translate>{{'NO_THANK_YOU'}}</translate>
<translate>{{'NO_THANK_YOU'}}</translate>
</label>
</div>
</div>
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 @@ -159,7 +159,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 53eb864

Please sign in to comment.