Skip to content

Commit 1d77e86

Browse files
authored
Merge pull request #1469 from github/brianaj/external-pr-1401
External pr 1401: Terminology fixes for migrator role commands
2 parents 72a0a5d + 8082a55 commit 1d77e86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Octoshift/Commands/GrantMigratorRole/GrantMigratorRoleCommandBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public class GrantMigratorRoleCommandBase : CommandBase<GrantMigratorRoleCommand
1010
{
1111
public GrantMigratorRoleCommandBase() : base(
1212
name: "grant-migrator-role",
13-
description: "Allows an organization admin to grant a USER or TEAM the migrator role for a single GitHub organization. The migrator role allows the role assignee to perform migrations into the target organization.")
13+
description: "Allows an organization owner to grant a USER or TEAM the migrator role for a single GitHub organization. The migrator role allows the role assignee to perform migrations into the target organization.")
1414
{
1515
}
1616

src/Octoshift/Commands/RevokeMigratorRole/RevokeMigratorRoleCommandBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public class RevokeMigratorRoleCommandBase : CommandBase<RevokeMigratorRoleComma
1010
{
1111
public RevokeMigratorRoleCommandBase() : base(
1212
name: "revoke-migrator-role",
13-
description: "Allows an organization admin to revoke the migrator role for a USER or TEAM for a single GitHub organization. This will remove their ability to run a migration into the target organization.")
13+
description: "Allows an organization owner to revoke the migrator role for a USER or TEAM for a single GitHub organization. This will remove their ability to run a migration into the target organization.")
1414
{
1515
}
1616

0 commit comments

Comments
 (0)