From 50e6c4d965a6ef77ed4a58d638d98c1c411550c7 Mon Sep 17 00:00:00 2001 From: muhsinkutay <33558081+muhsinkutay@users.noreply.github.com> Date: Tue, 8 Sep 2020 02:51:53 +0300 Subject: [PATCH] Update en.json Line 6: Misspelling --- docs-web/src/main/webapp/src/locale/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-web/src/main/webapp/src/locale/en.json b/docs-web/src/main/webapp/src/locale/en.json index f221c8c8..f6e9f9d1 100644 --- a/docs-web/src/main/webapp/src/locale/en.json +++ b/docs-web/src/main/webapp/src/locale/en.json @@ -3,7 +3,7 @@ "username": "Username", "password": "Password", "validation_code_required": "A validation code is required", - "validation_code_title": "You have activated the two-factor authentication on your account. Please enter a validation code generated by the phone app your configured.", + "validation_code_title": "You have activated the two-factor authentication on your account. Please enter a validation code generated by the phone app you have configured.", "validation_code": "Validation code", "remember_me": "Remember me", "submit": "Sign in", @@ -634,4 +634,4 @@ "send": "Send", "enabled": "Enabled", "disabled": "Disabled" -} \ No newline at end of file +}