chore(translations): add "never" expiration value to i18n (#719)
This commit is contained in:
@@ -90,7 +90,7 @@ const MyShares = () => {
|
||||
<td>{share.views}</td>
|
||||
<td>
|
||||
{moment(share.expiration).unix() === 0
|
||||
? "Never"
|
||||
? <FormattedMessage id="account.shares.table.expiry-never" />
|
||||
: moment(share.expiration).format("LLL")}
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user