From a87dc2fcb93fb929ef01244b33520fe13940caf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Victor?= <68869379+JoaoVictor6@users.noreply.github.com> Date: Thu, 5 Jan 2023 22:33:05 -0300 Subject: [PATCH] refactor: add new sentences I would add it in the Korean folder, but I don't know it :( --- frontend/public/locales/en/dashboard.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/frontend/public/locales/en/dashboard.json b/frontend/public/locales/en/dashboard.json index b64fdbd64..99e6d9faa 100644 --- a/frontend/public/locales/en/dashboard.json +++ b/frontend/public/locales/en/dashboard.json @@ -25,6 +25,11 @@ "comments": "Comments & Notes", "personal-explanation": "This secret is personal. It is not shared with any of your teammates.", "generate-random-hex": "Generate Random Hex", - "digits": "digits" + "digits": "digits", + "delete-key-dialog": { + "title": "Delete Key", + "confirm-delete-message": "Are you sure you want to delete this secret? This cannot be undone." + } } + }