|
@@ -233,8 +233,8 @@ class LicenceC extends React.Component<Props, State> {
|
|
|
>Add Licence</LicenceLink>
|
|
>Add Licence</LicenceLink>
|
|
|
</LicenceRowLabel>
|
|
</LicenceRowLabel>
|
|
|
<LicenceRowDescription>
|
|
<LicenceRowDescription>
|
|
|
- Coriolis® Licence is active until
|
|
|
|
|
- {moment(info.currentPeriodEnd).format('DD MMM YYYY')}
|
|
|
|
|
|
|
+ Coriolis® Licence is active until
|
|
|
|
|
+ {moment(info.currentPeriodEnd).format('DD MMM YYYY')}
|
|
|
({moment(info.currentPeriodEnd).diff(new Date(), 'days')} days from now).
|
|
({moment(info.currentPeriodEnd).diff(new Date(), 'days')} days from now).
|
|
|
</LicenceRowDescription>
|
|
</LicenceRowDescription>
|
|
|
</LicenceRowContent>
|
|
</LicenceRowContent>
|