mirror of
https://github.com/zadam/trilium.git
synced 2026-01-07 23:24:25 +01:00
chore(revisions): remove "Preview" heading
This commit is contained in:
parent
951d6d3ce3
commit
505ae4eeb5
@ -295,7 +295,6 @@
|
|||||||
"download_button": "Download",
|
"download_button": "Download",
|
||||||
"mime": "MIME: ",
|
"mime": "MIME: ",
|
||||||
"file_size": "File size:",
|
"file_size": "File size:",
|
||||||
"preview": "Preview:",
|
|
||||||
"preview_not_available": "Preview isn't available for this note type."
|
"preview_not_available": "Preview isn't available for this note type."
|
||||||
},
|
},
|
||||||
"sort_child_notes": {
|
"sort_child_notes": {
|
||||||
|
|||||||
@ -374,11 +374,6 @@ function FilePreview({ revisionItem, fullRevision }: { revisionItem: RevisionIte
|
|||||||
<th>{t("revisions.file_size")}</th>
|
<th>{t("revisions.file_size")}</th>
|
||||||
<td>{revisionItem.contentLength && utils.formatSize(revisionItem.contentLength)}</td>
|
<td>{revisionItem.contentLength && utils.formatSize(revisionItem.contentLength)}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
|
||||||
<td colspan={2}>
|
|
||||||
<strong>{t("revisions.preview")}</strong>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user