|
|
@ -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" |
|
|
/> |
|
|
/> |
|
|
} |
|
|
} |
|
|
|