Skip to content
Snippets Groups Projects
Commit 3afc78da authored by David's avatar David Committed by Rhys Arkins
Browse files

chore: renamed "user name" to "username" in definitions.js (#1805)

Changed `user name` to `username` in description to clarify we want a login name and not the user's actual name.
parent 51c1efa7
No related merge requests found
......@@ -774,13 +774,13 @@ const options = [
{
name: 'assignees',
description:
'Assignees for Pull Request (user name in GitHub/GitLab, email address in VSTS)',
'Assignees for Pull Request (username in GitHub/GitLab, email address in VSTS)',
type: 'list',
},
{
name: 'reviewers',
description:
'Requested reviewers for Pull Requests (user name in GitHub/GitLab, email or user name in VSTS)',
'Requested reviewers for Pull Requests (username in GitHub/GitLab, email or username in VSTS)',
type: 'list',
},
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment