Browse Source

Task/improve localization of limited offer (#5929)

* Improve localization
pull/5932/head
Thomas Kaul 3 weeks ago
committed by GitHub
parent
commit
9b4392eee0
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 7
      apps/client/src/app/components/user-account-membership/user-account-membership.html
  2. 1
      apps/client/src/app/pages/pricing/pricing-page.html

7
apps/client/src/app/components/user-account-membership/user-account-membership.html

@ -37,8 +37,11 @@
<div
class="badge badge-pill badge-warning font-weight-normal px-2 py-1"
>
<strong>Limited Offer!</strong> Get
{{ durationExtension }} extra
<strong i18n>Limited Offer!</strong>
<ng-container>&nbsp;</ng-container>
<ng-container i18n
>Get {{ durationExtension }} extra</ng-container
>
</div>
</div>
}

1
apps/client/src/app/pages/pricing/pricing-page.html

@ -310,6 +310,7 @@
class="badge badge-warning font-weight-normal line-height-1 p-3 w-100"
>
<strong i18n>Limited Offer!</strong>
<ng-container>&nbsp;</ng-container>
<ng-container i18n
>Get {{ durationExtension }} extra</ng-container
>

Loading…
Cancel
Save