Browse Source
Task/improve localization of limited offer (#5929)
* Improve localization
pull/5932/head
Thomas Kaul
3 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
6 additions and
2 deletions
-
apps/client/src/app/components/user-account-membership/user-account-membership.html
-
apps/client/src/app/pages/pricing/pricing-page.html
|
|
@ -37,8 +37,11 @@ |
|
|
<div |
|
|
<div |
|
|
class="badge badge-pill badge-warning font-weight-normal px-2 py-1" |
|
|
class="badge badge-pill badge-warning font-weight-normal px-2 py-1" |
|
|
> |
|
|
> |
|
|
<strong>Limited Offer!</strong> Get |
|
|
<strong i18n>Limited Offer!</strong> |
|
|
{{ durationExtension }} extra |
|
|
<ng-container> </ng-container> |
|
|
|
|
|
<ng-container i18n |
|
|
|
|
|
>Get {{ durationExtension }} extra</ng-container |
|
|
|
|
|
> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
} |
|
|
} |
|
|
|
|
|
@ -310,6 +310,7 @@ |
|
|
class="badge badge-warning font-weight-normal line-height-1 p-3 w-100" |
|
|
class="badge badge-warning font-weight-normal line-height-1 p-3 w-100" |
|
|
> |
|
|
> |
|
|
<strong i18n>Limited Offer!</strong> |
|
|
<strong i18n>Limited Offer!</strong> |
|
|
|
|
|
<ng-container> </ng-container> |
|
|
<ng-container i18n |
|
|
<ng-container i18n |
|
|
>Get {{ durationExtension }} extra</ng-container |
|
|
>Get {{ durationExtension }} extra</ng-container |
|
|
> |
|
|
> |
|
|
|