Commit 7eaef742 authored by Liang Ding's avatar Liang Ding

🎨 Fix #12782

parent 3f159bed
...@@ -18,12 +18,13 @@ ...@@ -18,12 +18,13 @@
# #
# Description: Solo language configurations(en_US). # Description: Solo language configurations(en_US).
# Version: 2.33.0.2, Apr 28, 2019 # Version: 2.33.0.3, May 29, 2019
# Author: Liang Ding # Author: Liang Ding
# Author: Liyuan Li # Author: Liyuan Li
# Author: Dongxu Wang # Author: Dongxu Wang
# #
changeUserNameTipLabel=(Please keep the blog, community and GitHub user names in the same, otherwise it will not be able to login)
setMobileLabel=Set to mobile skin setMobileLabel=Set to mobile skin
configSiteLabel=Go to the site link to configure GitHub, Twitter, etc. configSiteLabel=Go to the site link to configure GitHub, Twitter, etc.
hljsThemeLabel=hljs theme: hljsThemeLabel=hljs theme:
......
...@@ -18,12 +18,13 @@ ...@@ -18,12 +18,13 @@
# #
# Description: Solo default language configurations(zh_CN). # Description: Solo default language configurations(zh_CN).
# Version: 2.33.0.2, Apr 28, 2019 # Version: 2.33.0.3, May 29, 2019
# Author: Liang Ding # Author: Liang Ding
# Author: Liyuan Li # Author: Liyuan Li
# Author: Dongxu Wang # Author: Dongxu Wang
# #
changeUserNameTipLabel=\uFF08\u8BF7\u4FDD\u6301\u535A\u5BA2\u7AEF\u3001\u793E\u533A\u4EE5\u53CA GitHub \u4E09\u4E2A\u5730\u65B9\u7528\u6237\u540D\u4E00\u81F4\uFF0C\u5426\u5219\u4F1A\u5BFC\u81F4\u65E0\u6CD5\u767B\u5F55\uFF09
setMobileLabel=\u8BBE\u7F6E\u4E3A\u79FB\u52A8\u7AEF\u76AE\u80A4 setMobileLabel=\u8BBE\u7F6E\u4E3A\u79FB\u52A8\u7AEF\u76AE\u80A4
configSiteLabel=\u524D\u5F80\u914D\u7F6E GitHub\uFF0CTwitter \u7B49\u7AD9\u70B9\u94FE\u63A5 configSiteLabel=\u524D\u5F80\u914D\u7F6E GitHub\uFF0CTwitter \u7B49\u7AD9\u70B9\u94FE\u63A5
hljsThemeLabel=\u4EE3\u7801\u9AD8\u4EAE\u4E3B\u9898\uFF1A hljsThemeLabel=\u4EE3\u7801\u9AD8\u4EAE\u4E3B\u9898\uFF1A
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
<div class="fn__clear"></div> <div class="fn__clear"></div>
<div class="form form__no-table"> <div class="form form__no-table">
<div id="userUpdate" class="fn__none form form__no-table"> <div id="userUpdate" class="fn__none form form__no-table">
<label for="userNameUpdate">${userName1Label}</label> <label for="userNameUpdate">${userName1Label}<span style="color: #991a1a">${changeUserNameTipLabel}</span></label>
<input id="userNameUpdate" type="text"/> <input id="userNameUpdate" type="text"/>
<label for="userURLUpdate">${userURL1Label}</label> <label for="userURLUpdate">${userURL1Label}</label>
<input id="userURLUpdate" type="text"/> <input id="userURLUpdate" type="text"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment