From 8e19f2c7f0a216fa1f1e2d20ccd5791379fbbb50 Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Thu, 20 May 2021 19:13:17 +0100 Subject: [PATCH] Fix translation text --- config/locales/en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index 387a0fa64..b397c8586 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -147,7 +147,7 @@ en: pass_crypt_confirmation: "Confirm Password" help: doorkeeper/application: - confidential: "Application will be used where the client secret can be kept confidential, eg mobile apps and single page apps" + confidential: "Application will be used where the client secret can be kept confidential (native mobile apps and single page apps are not confidential)" redirect_uri: "Use one line per URI" trace: tagstring: comma delimited -- 2.43.2