From 3f9cd87c4d0fda5f8fb5c4f6de206362fb5037ff Mon Sep 17 00:00:00 2001 From: ManInDark <61268856+ManInDark@users.noreply.github.com> Date: Tue, 2 Sep 2025 22:52:25 +0200 Subject: [PATCH] fix: added missing i18n en entries --- messages/en.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/messages/en.json b/messages/en.json index f81a2b9..6153066 100644 --- a/messages/en.json +++ b/messages/en.json @@ -430,12 +430,18 @@ "invalidAmountDescription": "Please enter a valid positive number", "successTitle": "Success", "transactionNotFoundDescription": "Transaction not found", - "maxAmountExceededDescription": "The amount cannot exceed {max}.", - "transactionNotFoundDescription": "Transaction not found", "maxAmountExceededDescription": "The amount cannot exceed {max}." }, "Warning": { "areYouSure": "Are you sure?", "cancel": "Cancel" + }, + "DrawingModal": { + "saveDrawingButton": "Save", + "cancelButton": "Cancel", + "clearButton": "Clear", + "undoButton": "Undo", + "colorLabel": "Color", + "thicknessLabel": "Thickness" } }