From a37a0932e0197af7a1dc856f6631c3c80a845779 Mon Sep 17 00:00:00 2001 From: Niccolo Borgioli Date: Mon, 26 Feb 2024 17:19:29 +0100 Subject: [PATCH] translations --- packages/frontend/locales/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/frontend/locales/en.json b/packages/frontend/locales/en.json index 0cf9c6c..9882afb 100644 --- a/packages/frontend/locales/en.json +++ b/packages/frontend/locales/en.json @@ -25,7 +25,7 @@ "new_note": "new note", "new_note_notice": "availability:
the note is not guaranteed to be stored as everything is kept in ram, if it fills up the oldest notes will be removed.
(you probably will be fine, just be warned.)", "errors": { - "note_to_big": "could not create note. note is too big", + "note_to_big": "could not create note. note is to big", "note_error": "could not create note. please try again.", "max": "max: {n}", "empty_content": "note is empty." @@ -44,7 +44,7 @@ "decryption_failed": "wrong password. could not decipher. probably a broken link. note was destroyed.", "unsupported_type": "unsupported note type." }, - "explanation": "click below to show and delete the note if the counter has reached its limit", + "explanation": "click below to show and delete the note if the counter has reached it's limit", "show_note": "show note", "warning_will_not_see_again": "you will not get the chance to see the note again.", "download_all": "download all",