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.zh-CN.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/locales/doorkeeper.zh-CN.yml') diff --git a/config/locales/doorkeeper.zh-CN.yml b/config/locales/doorkeeper.zh-CN.yml index 6db8697b8..12b38b81f 100644 --- a/config/locales/doorkeeper.zh-CN.yml +++ b/config/locales/doorkeeper.zh-CN.yml @@ -58,7 +58,7 @@ zh-CN: prompt: 授权 %{client_name} 使用你的帐号? title: 需要你授权 show: - title: 授权码 + title: Copy this authorization code and paste it to the application. authorized_applications: buttons: revoke: 注销 -- cgit