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": "Notiz konnte nicht erstellt werden. Notiz ist zu groß",
"note_error": "konnte keine Notiz erstellen. Bitte versuchen Sie es erneut.",
"max": "max: {n}"
"max": "max: {n}",
"empty_content": "Notiz ist leer."
},
"copied_to_clipboard": "in die Zwischenablage kopiert 🔗"
},