Browse Source

fix issue

tags/v1.22.2.2^2
zhoupzh 3 years ago
parent
commit
c179a3e4d3
3 changed files with 4 additions and 4 deletions
  1. +2
    -2
      options/locale/locale_en-US.ini
  2. +1
    -1
      options/locale/locale_zh-CN.ini
  3. +1
    -1
      templates/user/settings/profile.tmpl

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

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


+ 1
- 1
options/locale/locale_zh-CN.ini View File

@@ -496,7 +496,7 @@ account_link=已绑定帐户
organization=组织
uid=用户 ID
u2f=安全密钥
weChat_bind = 微信绑定
wechat_bind = 微信绑定
bind_wechat = 绑定微信
bind_account_information = 绑定账号信息
bind_time = 绑定时间


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

@@ -104,7 +104,7 @@
</form>
</div>
<h4 class="ui top attached header">
{{$.i18n.Tr "settings.weChat_bind"}}
{{$.i18n.Tr "settings.wechat_bind"}}
</h4>
{{if not .SignedUser.IsBindWechat}}
<div class="ui attached segment">


Loading…
Cancel
Save