Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
Moecube Accounts Web
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
Moecube Accounts Web
Commits
7be40e0d
Commit
7be40e0d
authored
Jan 17, 2023
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nickname hint
parent
33ae1cbd
Pipeline
#19630
passed with stages
in 2 minutes and 59 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
i18n.json
i18n.json
+2
-0
src/routes/Profiles.js
src/routes/Profiles.js
+3
-0
No files found.
i18n.json
View file @
7be40e0d
...
...
@@ -14,6 +14,7 @@
"upload"
:
"upload"
,
"avatar"
:
"Avatar"
,
"nickname"
:
"Nickname"
,
"Nickname-Hint"
:
"This nickname is only used in the forum."
,
"reset-account-info"
:
"Reset Account info"
,
"current_password"
:
"Current Password"
,
"password-again"
:
"Input Password Again"
,
...
...
@@ -108,6 +109,7 @@
"upload"
:
"上传"
,
"avatar"
:
"头像"
,
"nickname"
:
"昵称"
,
"Nickname-Hint"
:
"昵称只在论坛显示,如需修改游戏和聊天室里显示的名字,请修改用户名"
,
"reset-account-info"
:
"修改账户信息"
,
"current_password"
:
"原密码"
,
"password-again"
:
"再次输入密码"
,
...
...
src/routes/Profiles.js
View file @
7be40e0d
...
...
@@ -144,6 +144,9 @@ class Profiles extends React.Component {
{
getFieldDecorator
(
'
name
'
,
{
...
nameProps
.
decorator
})(
<
Input
{...
nameProps
.
input
}
/>
,
)}
{
<
div
class
=
"
alert alert-warning
"
role
=
"
alert
"
><
Format
id
=
"
Nickname-Hint
"
/><
/div
>
}
<
/FormItem
>
<
FormItem
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment