Skip to content

Commit

Permalink
Merge pull request #38244 from GandalfGwaihir/patch-2
Browse files Browse the repository at this point in the history
"Waiting for you to pay these expenses" is briefly displayed for approver
  • Loading branch information
Gonals authored Mar 20, 2024
2 parents 54d269d + cb71f33 commit e1d7718
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 e1d7718

Please sign in to comment.