Browse Source
Bugfix/localization in admin users component (#7172)
Fix localization
pull/7159/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
5 additions and
8 deletions
-
apps/client/src/app/components/admin-users/admin-users.html
|
|
@ -31,14 +31,11 @@ |
|
|
<gf-premium-indicator |
|
|
<gf-premium-indicator |
|
|
class="ml-1" |
|
|
class="ml-1" |
|
|
i18n-title |
|
|
i18n-title |
|
|
title="{{ |
|
|
title="Expires {{ |
|
|
`Expires ${formatDistanceToNow( |
|
|
formatDistanceToNow(element.subscription.expiresAt) |
|
|
element.subscription.expiresAt |
|
|
}} ({{ |
|
|
)} (${ |
|
|
element.subscription.expiresAt | date: defaultDateFormat |
|
|
(element.subscription.expiresAt |
|
|
}})" |
|
|
| date: defaultDateFormat) |
|
|
|
|
|
})` |
|
|
|
|
|
}}" |
|
|
|
|
|
[enableLink]="false" |
|
|
[enableLink]="false" |
|
|
/> |
|
|
/> |
|
|
} |
|
|
} |
|
|
|