|
@@ -121,10 +121,10 @@ class ShareLinkSetting extends React.Component {
|
|
|
<table className="table table-bordered">
|
|
<table className="table table-bordered">
|
|
|
<thead>
|
|
<thead>
|
|
|
<tr>
|
|
<tr>
|
|
|
- <th>{t('Share Link')}</th>
|
|
|
|
|
- <th>{t('Page Path')}</th>
|
|
|
|
|
- <th>{t('expire')}</th>
|
|
|
|
|
- <th>{t('description')}</th>
|
|
|
|
|
|
|
+ <th>{t('share_links.Share Link')}</th>
|
|
|
|
|
+ <th>{t('share_links.Page Path')}</th>
|
|
|
|
|
+ <th>{t('share_links.expire')}</th>
|
|
|
|
|
+ <th>{t('share_links.description')}</th>
|
|
|
<th></th>
|
|
<th></th>
|
|
|
</tr>
|
|
</tr>
|
|
|
</thead>
|
|
</thead>
|