fixt typo "an user" to "a user"

Signed-off-by: 928234269 <longfei.shang@daocloud.io>
This commit is contained in:
928234269 2019-08-20 12:28:03 +08:00
parent f930786050
commit 7a4fde5ec9
No known key found for this signature in database
GPG Key ID: 07F5F462F68548F1
5 changed files with 5 additions and 5 deletions

View File

@ -5054,7 +5054,7 @@ definitions:
description: the role id
entity_id:
type: integer
description: 'the id of entity, if the member is an user, it is user_id in user table. if the member is an user group, it is the user group''s ID in user_group table.'
description: 'the id of entity, if the member is a user, it is user_id in user table. if the member is a user group, it is the user group''s ID in user_group table.'
entity_type:
type: string
description: 'the entity''s type, u for user entity, g for group entity.'

View File

@ -144,7 +144,7 @@ func (oc *OIDCController) Callback() {
}
}
// Onboard handles the request to onboard an user authenticated via OIDC provider
// Onboard handles the request to onboard a user authenticated via OIDC provider
func (oc *OIDCController) Onboard() {
u := &onboardReq{}
if err := oc.DecodeJSONReq(u); err != nil {

View File

@ -275,7 +275,7 @@
"USERS": "Users",
"EMAIL": "Email",
"ADD_USER": "Add User",
"NEW_USER_INFO": "Add an user to be a member of this project with specified role",
"NEW_USER_INFO": "Add a user to be a member of this project with specified role",
"NEW_GROUP": "New Group",
"IMPORT_GROUP": "Add Group Member",
"NEW_GROUP_INFO": "Add an existing user group or select a user group from LDAP/AD to project member",

View File

@ -276,7 +276,7 @@
"USERS": "Users",
"EMAIL": "Email",
"ADD_USER": "Add User",
"NEW_USER_INFO": "Add an user to be a member of this project with specified role",
"NEW_USER_INFO": "Add a user to be a member of this project with specified role",
"NEW_GROUP": "New Group",
"IMPORT_GROUP": "Add Group Member",
"NEW_GROUP_INFO": "Add an existing user group or select a user group from LDAP to project member",

View File

@ -259,7 +259,7 @@
"EMAIL": "Email",
"ROLE": "Rôle",
"ADD_USER": "Add User",
"NEW_USER_INFO": "Add an user to be a member of this project with specified role",
"NEW_USER_INFO": "Add a user to be a member of this project with specified role",
"NEW_GROUP": "New Group",
"IMPORT_GROUP": "Add Group Member",
"NEW_GROUP_INFO": "Add an existing user group or select a user group from LDAP/AD to project member",