From 4c14ff659b8a03c69123ef7b78f4db5c137deeb0 Mon Sep 17 00:00:00 2001 From: Lynx Kotoura Date: Sun, 17 Sep 2017 22:23:44 +0900 Subject: Oauth code in input form and add description message (#4986) * Oauth code in a input form and add description * New authcode description --- config/locales/doorkeeper.de.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/locales/doorkeeper.de.yml') diff --git a/config/locales/doorkeeper.de.yml b/config/locales/doorkeeper.de.yml index b0ba2fb98..1588e4f9e 100644 --- a/config/locales/doorkeeper.de.yml +++ b/config/locales/doorkeeper.de.yml @@ -57,7 +57,7 @@ de: prompt: Soll %{client_name} für die Benutzung dieses Accounts autorisiert werden? title: Autorisierung erforderlich show: - title: Autorisierungscode + title: Copy this authorization code and paste it to the application. authorized_applications: buttons: revoke: Ungültig machen -- cgit