dont' allow empty notes

This commit is contained in:
2022-03-02 16:55:10 +01:00
parent 43f67c795d
commit e8c6467faa
6 changed files with 15 additions and 5 deletions

View File

@@ -20,7 +20,8 @@
"errors": {
"note_to_big": "could not create note. note is to big",
"note_error": "could not create note. please try again.",
"max": "max: {n}"
"max": "max: {n}",
"empty_content": "note is empty."
},
"copied_to_clipboard": "copied to clipboard 🔗"
},