Skip to content

Commit

Permalink
Update NextStepUtils.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
allgandalf authored Mar 13, 2024
1 parent 7656198 commit cb71f33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libs/NextStepUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ function buildNextStep(
text: 'Waiting for ',
},
{
text: managerDisplayName,
text: 'you',
type: 'strong',
},
{
Expand All @@ -281,7 +281,7 @@ function buildNextStep(
text: 'Waiting for ',
},
{
text: 'you',
text: managerDisplayName,
type: 'strong',
},
{
Expand Down

0 comments on commit cb71f33

Please sign in to comment.