chore(note_title_actions): rephrase edited notes

This commit is contained in:
Elian Doran 2025-12-23 20:08:21 +02:00
parent bfb3ed3ddf
commit cf039916d3
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

View File

@ -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.",

View File

@ -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} />