Skip to content

Commit

Permalink
Adjust 'Due XXX' text for tab tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
samgibsonmoj authored and carlsixsmith-moj committed Oct 24, 2024
1 parent db53079 commit 32cd1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Server.UI/Pages/Participants/Participant.razor
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
{
var datePart = _participant.RiskDue.Value.Date;

_riskInfo = datePart.Humanize();
_riskInfo = $"Due {datePart.Humanize()}";

int _dueInDays = _participant!.RiskDueInDays!.Value;
switch (_dueInDays)
Expand Down

0 comments on commit 32cd1e5

Please sign in to comment.