From b73a48fc29fe0e5b1d9d8a56ff0454b0eac6be9b Mon Sep 17 00:00:00 2001 From: Antony Dabonde Date: Wed, 6 Sep 2017 05:59:07 +1000 Subject: [PATCH] Updated english translation case insensitive URLs update in commit bc5085a to Grav core. (#1215) --- languages/en.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/languages/en.yaml b/languages/en.yaml index 64a1dec3..c170ff89 100644 --- a/languages/en.yaml +++ b/languages/en.yaml @@ -692,3 +692,5 @@ PLUGIN_ADMIN: 2FA_SECRET: "2FA Secret" 2FA_SECRET_HELP: "Scan this QR code into your [Authenticator App](https://learn.getgrav.org/admin-panel/2fa#apps). Also it's a good idea to backup the secret in a safe location, in case you need to reinstall your app. Check the [Grav docs](https://learn.getgrav.org/admin-panel/2fa) for more information " 2FA_REGENERATE: "Regenerate" + CASE_INSENSITIVE_URLS: "Case Insensitive URLs" + CASE_INSENSITIVE_URLS_HELP: "Enables Grav routing to locate resources regardless of text case." \ No newline at end of file