Browse Source

fix issue

pull/1590/head
zhoupzh 3 years ago
parent
commit
12eaf2d672
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      options/locale/locale_en-US.ini
  2. +1
    -1
      templates/user/settings/profile.tmpl

+ 1
- 1
options/locale/locale_en-US.ini View File

@@ -493,7 +493,7 @@ account_link = Linked Accounts
organization = Organizations
uid = Uid
u2f = Security Keys
bind_weChat = Bind weChat
bind_wechat = Bind weChat
weChat_bind = WeChat Binding
bind_account_information = Bind account information
bind_time = Bind Time


+ 1
- 1
templates/user/settings/profile.tmpl View File

@@ -108,7 +108,7 @@
</h4>
{{if not .SignedUser.IsBindWechat}}
<div class="ui attached segment">
<a href="/authentication/wechat/bind?redirect_to=/user/settings" class="ui green button">{{$.i18n.Tr "settings.bind_weChat"}}</a>
<a href="/authentication/wechat/bind?redirect_to=/user/settings" class="ui green button">{{$.i18n.Tr "settings.bind_wechat"}}</a>
</div>
{{else}}
<div class="ui attached segment">


Loading…
Cancel
Save