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": "impossibile creare una nota. la nota è troppo grande",
"note_error": "Impossibile creare la nota. Riprova.",
"max": "max: {n}"
"max": "max: {n}",
"empty_content": "la nota è vuota."
},
"copied_to_clipboard": "copiato negli appunti 🔗"
},