From 101a8605b5998123f07b1adc7ee21568d3b240e5 Mon Sep 17 00:00:00 2001 From: kkapsner Date: Sun, 24 Sep 2017 00:29:57 +0200 Subject: [PATCH] Wrong named keys in English localisation. --- _locales/en/messages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index c0aa55c..e021b01 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -41,7 +41,7 @@ "message": "Do you want to allow ?", "description": "" }, - "askForPermission": { + "askForInputPermission": { "message": "Do you want to allow input?", "description": "" }, @@ -53,7 +53,7 @@ "message": "Do you want to allow the red bordered ?", "description": "" }, - "askForVisiblePermission": { + "askForVisibleInputPermission": { "message": "Do you want to allow input in the red bordered ?", "description": "" },