diff --git a/apps/client/src/translations/en/translation.json b/apps/client/src/translations/en/translation.json
index 10a3cb8cb..8764f8001 100644
--- a/apps/client/src/translations/en/translation.json
+++ b/apps/client/src/translations/en/translation.json
@@ -825,6 +825,7 @@
"created": "Created",
"modified": "Modified",
"type": "Type",
+ "mime": "MIME type",
"note_size": "Note size",
"note_size_info": "Note size provides rough estimate of storage requirements for this note. It takes into account note's content and content of its note revisions.",
"calculate": "calculate",
diff --git a/apps/client/src/widgets/layout/StatusBar.tsx b/apps/client/src/widgets/layout/StatusBar.tsx
index 9b99524b0..efe513957 100644
--- a/apps/client/src/widgets/layout/StatusBar.tsx
+++ b/apps/client/src/widgets/layout/StatusBar.tsx
@@ -232,7 +232,8 @@ export function NoteInfoBadge({ note, setSimilarNotesShown }: NoteInfoContext) {
{originalFileName && }
- {note.type} {note.mime && ({note.mime})}} />
+
+
{note.noteId}} />
} />