mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
edited notes: space instead of comma for flexible styling
This commit is contained in:
@@ -41,7 +41,7 @@ export default function EditedNotesTab({ note }: TabContext) {
|
||||
)}
|
||||
</span>
|
||||
)
|
||||
}))}
|
||||
}), " ")}
|
||||
</div>
|
||||
) : (
|
||||
<div className="no-edited-notes-found">{t("edited_notes.no_edited_notes_found")}</div>
|
||||
|
||||
Reference in New Issue
Block a user