From 5605af973b440add79b1c32c911bee03fa821a4e Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sat, 9 Aug 2014 18:01:29 -0700 Subject: Feature: Social sign in --- modules/base/template.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules') diff --git a/modules/base/template.go b/modules/base/template.go index 51b1dfff..f2ae00b9 100644 --- a/modules/base/template.go +++ b/modules/base/template.go @@ -241,7 +241,7 @@ func Oauth2Icon(t int) string { case 3: return "fa-twitter-square" case 4: - return "fa-linux" + return "fa-qq" case 5: return "fa-weibo" } @@ -253,11 +253,11 @@ func Oauth2Name(t int) string { case 1: return "GitHub" case 2: - return "Google" + return "Google+" case 3: return "Twitter" case 4: - return "Tencent QQ" + return "腾讯 QQ" case 5: return "Weibo" } -- cgit v1.2.3