mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-17 11:38:32 +02:00
fix typo in message key
This commit is contained in:
parent
71eb7462be
commit
bdbd3ca2a6
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ class EncryptedJournal(Journal):
|
|||
Message(
|
||||
MsgText.JournalCreated,
|
||||
MsgStyle.NORMAL,
|
||||
{"journal_name": self.name, "path": filename},
|
||||
{"journal_name": self.name, "filename": filename},
|
||||
)
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue