|
@@ -185,7 +185,7 @@ class ShareLinkForm extends React.Component {
|
|
|
onChange={() => { this.handleChangeExpirationType('custom') }}
|
|
onChange={() => { this.handleChangeExpirationType('custom') }}
|
|
|
/>
|
|
/>
|
|
|
<label className="custom-control-label" htmlFor="customRadio3">
|
|
<label className="custom-control-label" htmlFor="customRadio3">
|
|
|
- {t('Custom')}
|
|
|
|
|
|
|
+ {t('share_links.Custom')}
|
|
|
</label>
|
|
</label>
|
|
|
<input
|
|
<input
|
|
|
type="date"
|
|
type="date"
|