From 7ca1b28cea13100817b70d881e75551e094c2ee7 Mon Sep 17 00:00:00 2001 From: Made Baruna Date: Sun, 14 Mar 2021 18:47:42 +0800 Subject: [PATCH] Fix wrong locale key --- src/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/en.json b/src/locales/en.json index 5271b600..40682bc0 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -38,7 +38,7 @@ "parsing": "Parsing...", "save": "Save", "cancel": "Cancel", - "canceling": "Canceling...", + "cancelling": "Cancelling...", "importNewWishOnly": "Import new wish only", "importNewWishUncheck": "Uncheck only if you need to re-import all your wish history", "import": "Import",