From ef0126a6ae3a67854ece7808826fba1f410441d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Moya?= Date: Wed, 14 Oct 2020 09:22:13 +0200 Subject: [PATCH] :bug: Fix two copy bugs --- frontend/resources/locales.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/resources/locales.json b/frontend/resources/locales.json index c5923bc1f2..129b1f618f 100644 --- a/frontend/resources/locales.json +++ b/frontend/resources/locales.json @@ -1263,13 +1263,13 @@ "modals.delete-project-confirm.message" : { "used-in" : [ "src/app/main/ui/dashboard/files.cljs:57" ], "translations" : { - "en" : "Are you sure you wan't to delete this project?" + "en" : "Are you sure you want to delete this project?" } }, "modals.delete-project-confirm.title" : { "used-in" : [ "src/app/main/ui/dashboard/files.cljs:56" ], "translations" : { - "en" : "Deleting project" + "en" : "Delete project" } }, "modals.delete-team-confirm.accept" : {