chore(revisions): remove "Preview" heading

This commit is contained in:
Elian Doran 2026-01-02 20:02:39 +02:00
parent 951d6d3ce3
commit 505ae4eeb5
No known key found for this signature in database
2 changed files with 0 additions and 6 deletions

View File

@ -295,7 +295,6 @@
"download_button": "Download",
"mime": "MIME: ",
"file_size": "File size:",
"preview": "Preview:",
"preview_not_available": "Preview isn't available for this note type."
},
"sort_child_notes": {

View File

@ -374,11 +374,6 @@ function FilePreview({ revisionItem, fullRevision }: { revisionItem: RevisionIte
<th>{t("revisions.file_size")}</th>
<td>{revisionItem.contentLength && utils.formatSize(revisionItem.contentLength)}</td>
</tr>
<tr>
<td colspan={2}>
<strong>{t("revisions.preview")}</strong>
</td>
</tr>
</tbody>
</table>