From fdf862f9ebe75acfac40aa1edf205d6cd7df8906 Mon Sep 17 00:00:00 2001 From: Pavel Kochetkov Date: Sun, 8 Sep 2024 18:09:44 +0300 Subject: [PATCH] fix translation of confirm button to english --- frontend/src/locales/en.json | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index c05e6114..54827834 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -211,6 +211,7 @@ "title": "Duplicate snippet", "snippetName": "Snippet name", "message": "To copy snippet you need to be authorized", + "save": "Confirm", "cancel": "Cancel" }, "attemptDuplicateSnippet": {