mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-08 01:06:12 +02:00
Don't save templated journal entries if the received raw text is the same as the template itself (#1653)
This commit is contained in:
parent
6c6937c507
commit
b41a988d6f
3 changed files with 21 additions and 1 deletions
|
@ -156,7 +156,9 @@ class MsgText(Enum):
|
|||
NoTextReceived = """
|
||||
No entry to save, because no text was received
|
||||
"""
|
||||
|
||||
NoChangesToTemplate = """
|
||||
No entry to save, because the template was not changed
|
||||
"""
|
||||
# --- Upgrade --- #
|
||||
JournalFailedUpgrade = """
|
||||
The following journal{s} failed to upgrade:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue