mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-30 18:05:55 +01:00 
			
		
		
		
	i18n: Translate toast messages
This commit is contained in:
		| @@ -119,7 +119,7 @@ async function duplicateSubtree(noteId, parentNotePath) { | ||||
|     activeNoteContext.setNote(`${parentNotePath}/${note.noteId}`); | ||||
|  | ||||
|     const origNote = await froca.getNote(noteId); | ||||
|     toastService.showMessage(`Note "${origNote.title}" has been duplicated`); | ||||
|     toastService.showMessage(t("note_create.duplicated", { title: origNote.title })); | ||||
| } | ||||
|  | ||||
| export default { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user