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.fa.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/locales/doorkeeper.fa.yml') diff --git a/config/locales/doorkeeper.fa.yml b/config/locales/doorkeeper.fa.yml index 343580530..6a4be575e 100644 --- a/config/locales/doorkeeper.fa.yml +++ b/config/locales/doorkeeper.fa.yml @@ -63,7 +63,7 @@ fa: prompt: Application %{client_name} requests access to your account title: Authorization required show: - title: Authorization code + title: Copy this authorization code and paste it to the application. authorized_applications: buttons: revoke: Revoke -- cgit