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
1ec97e84
Commit
1ec97e84
authored
Nov 11, 2024
by
Tang Xinwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改用户名注册提示文字,关闭改名
parent
326dc350
Pipeline
#31111
passed with stages
in 7 minutes and 8 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
i18n.json
i18n.json
+2
-2
src/components/UserNameForm.js
src/components/UserNameForm.js
+1
-1
No files found.
i18n.json
View file @
1ec97e84
...
...
@@ -182,8 +182,8 @@
"i_password_error"
:
"密码错误"
,
"i_user_unexists"
:
"用户不存在"
,
"i_email_exists"
:
"邮箱已存在"
,
"i_username_exists"
:
"用户名已存在"
,
"i_username_exists_or_invalid"
:
"用户名已存在
或格式有误
"
,
"i_username_exists"
:
"用户名已存在
、格式有误或包含违禁词语。
"
,
"i_username_exists_or_invalid"
:
"用户名已存在
、格式有误或包含违禁词语。
"
,
"i_not_found"
:
"用户不存在"
,
"i_key_time_out"
:
"此链接已过期"
,
"i_key_invalid"
:
"此链接已失效"
,
...
...
src/components/UserNameForm.js
View file @
1ec97e84
...
...
@@ -144,7 +144,7 @@ class EmailForm extends React.Component {
<
Form
onSubmit
=
{
this
.
onSubmit
}
>
<
FormItem
{...
usernameProps
.
fromItem
}
>
{
getFieldDecorator
(
'
username
'
,
{
...
usernameProps
.
decorator
})(
<
Input
{...
usernameProps
.
input
}
/>
,
<
Input
{...
usernameProps
.
input
}
disabled
/>
,
)}
{
<
div
className
=
"
alert alert-warning
"
role
=
"
alert
"
>
{
temporaryPromptText
}
<
/div
>
...
...
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