mirror of
https://github.com/zadam/trilium.git
synced 2026-01-02 20:54:24 +01:00
chore(note_title_actions): rephrase edited notes
This commit is contained in:
parent
bfb3ed3ddf
commit
cf039916d3
@ -1779,7 +1779,8 @@
|
||||
"note_type_switcher_others": "Other note type",
|
||||
"note_type_switcher_templates": "Template",
|
||||
"note_type_switcher_collection": "Collection",
|
||||
"edited_notes": "Edited notes"
|
||||
"edited_notes": "Notes edited on this day",
|
||||
"promoted_attributes": "Promoted attributes"
|
||||
},
|
||||
"search_result": {
|
||||
"no_notes_found": "No notes have been found for given search parameters.",
|
||||
|
||||
@ -66,7 +66,7 @@ function PromotedAttributes({ note, componentId, noteContext }: {
|
||||
return (note && (
|
||||
<ExternallyControlledCollapsible
|
||||
key={note.noteId}
|
||||
title={t("promoted_attributes.promoted_attributes")}
|
||||
title={t("note_title.promoted_attributes")}
|
||||
expanded={expanded} setExpanded={setExpanded}
|
||||
>
|
||||
<PromotedAttributesContent note={note} componentId={componentId} cells={cells} setCells={setCells} />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user