fix:注册界面修改
This commit is contained in:
@@ -595,7 +595,12 @@ const local: any = {
|
||||
deleteFailed: "Delete failed.",
|
||||
fetchFailed: "Failed to retrieve the list of devices.",
|
||||
lastActive: "Last active time.",
|
||||
}
|
||||
},
|
||||
profile: {
|
||||
getUserInfoFailed: 'Failed to get user info',
|
||||
updateSuccess: 'Update successful',
|
||||
updateFailed: 'Update failed'
|
||||
},
|
||||
},
|
||||
form: {
|
||||
required: 'Cannot be empty',
|
||||
|
||||
@@ -595,7 +595,12 @@ const local:any = {
|
||||
deleteFailed: "删除失败",
|
||||
fetchFailed: "获取设备列表失败",
|
||||
lastActive: "最后活跃时间",
|
||||
}
|
||||
},
|
||||
profile: {
|
||||
getUserInfoFailed: '获取用户信息失败',
|
||||
updateSuccess: '更新成功',
|
||||
updateFailed: '更新失败'
|
||||
},
|
||||
},
|
||||
form: {
|
||||
required: '不能为空',
|
||||
|
||||
Reference in New Issue
Block a user