Display message when no edits take place (#1510)

This commit is contained in:
Kevin 2022-06-25 11:58:31 -07:00 committed by GitHub
parent 28051046d5
commit ed4f8eacea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 2 deletions

View file

@ -149,6 +149,8 @@ class MsgText(Enum):
https://jrnl.sh/en/stable/external-editors/
"""
NoEditsReceived = "No edits to save, because nothing was changed"
NoTextReceived = """
No entry to save, because no text was received
"""