Browse Source
Feature/improve language localization in users table of admin control panel (part 2) (#5106)
* Improve language localization
pull/5105/head
Thomas Kaul
2 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
3 additions and
3 deletions
-
apps/client/src/app/components/admin-users/admin-users.html
|
|
@ -53,15 +53,15 @@ |
|
|
|
<gf-premium-indicator |
|
|
|
class="ml-1" |
|
|
|
i18n-title |
|
|
|
[enableLink]="false" |
|
|
|
[title]=" |
|
|
|
title="{{ |
|
|
|
`Expires ${formatDistanceToNow( |
|
|
|
element.subscription.expiresAt |
|
|
|
)} (${ |
|
|
|
(element.subscription.expiresAt |
|
|
|
| date: defaultDateFormat) |
|
|
|
})` |
|
|
|
" |
|
|
|
}}" |
|
|
|
[enableLink]="false" |
|
|
|
/> |
|
|
|
} |
|
|
|
</div> |
|
|
|