File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ export default {
6
6
'app.agent.form.new.title' : 'New Agent' ,
7
7
'app.agent.form.update.title' : 'Update Agent' ,
8
8
'app.agent.form.name.label' : 'Agent Name' ,
9
- 'app.agent.form.name.required' : 'Please input organization name' ,
9
+ 'app.agent.form.name.required' : 'Please input agent name' ,
10
10
'app.agent.create.success' : 'Create agent {name} success.' ,
11
11
'app.agent.create.fail' : 'Create agent {name} failed' ,
12
12
'app.agent.update.success' : 'Update agent {name} success.' ,
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export default {
8
8
'app.user.table.header.organization' : 'Organization' ,
9
9
'app.user.role.user' : 'User' ,
10
10
'app.user.role.operator' : 'Operator' ,
11
- 'app.user.role.administrator ' : 'Administrator' ,
11
+ 'app.user.role.admin ' : 'Administrator' ,
12
12
'app.user.form.new.title' : 'New User' ,
13
13
'app.user.form.update.title' : 'Update User' ,
14
14
'app.user.form.name.label' : 'User Name' ,
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ export default {
16
16
'app.channel.form.update.fail' : '更新通道配置失败' ,
17
17
'app.channel.form.update.header.title' : '更新通道' ,
18
18
'app.channel.form.update.orgType' : 'Org类型' ,
19
- 'app.channel.update.required.orgType' : '请选择Org类型' ,
19
+ 'app.channel.form. update.required.orgType' : '请选择Org类型' ,
20
20
'app.channel.form.update.mspId' : 'MSP ID' ,
21
21
'app.channel.form.update.checkMSPId' : '请输入MSP ID' ,
22
22
'app.channel.form.update.file' : '通道配置文件' ,
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export default {
8
8
'app.user.table.header.organization' : '组织' ,
9
9
'app.user.role.user' : '普通用户' ,
10
10
'app.user.role.operator' : '系统管理员' ,
11
- 'app.user.role.administrator ' : '管理员' ,
11
+ 'app.user.role.admin ' : '管理员' ,
12
12
'app.user.form.new.title' : '新建用户' ,
13
13
'app.user.form.update.title' : '更新用户' ,
14
14
'app.user.form.name.label' : '用户名' ,
Original file line number Diff line number Diff line change @@ -68,8 +68,8 @@ const ApplyAgentForm = props => {
68
68
{
69
69
required : true ,
70
70
message : intl . formatMessage ( {
71
- id : 'app.newAgent.required.Name ' ,
72
- defaultMessage : 'Please input name. ' ,
71
+ id : 'app.agent.form.name.required ' ,
72
+ defaultMessage : 'Please input agent name' ,
73
73
} ) ,
74
74
} ,
75
75
] }
You can’t perform that action at this time.
0 commit comments