Browse Source
Feature/improve localization on pricing page (#5003)
* Improve localization
pull/5002/head
Thomas Kaul
1 week ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
4 additions and
2 deletions
-
apps/client/src/app/pages/pricing/pricing-page.html
|
|
@ -306,8 +306,10 @@ |
|
|
|
@if (durationExtension) { |
|
|
|
<div class="mt-3"> |
|
|
|
<div class="badge badge-warning font-weight-normal p-3 w-100"> |
|
|
|
<strong>Limited Offer!</strong> Get |
|
|
|
{{ durationExtension }} extra |
|
|
|
<strong i18n>Limited Offer!</strong> |
|
|
|
<ng-container i18n |
|
|
|
>Get {{ durationExtension }} extra</ng-container |
|
|
|
> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
} |
|
|
|