Skip to content

Commit

Permalink
Merge branch 'main' into O3-3627
Browse files Browse the repository at this point in the history
  • Loading branch information
suubi-joshua authored Oct 25, 2024
2 parents 02c9260 + 922901f commit 5ad0dca
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ const VitalsHeader: React.FC<VitalsHeaderProps> = ({ patientUuid }) => {
} else if (vitalsOverdueDayCount >= 8 && vitalsOverdueDayCount <= 14) {
overdueVitalsTagContent = (
<Trans i18nKey="overOneWeekOldVitals">
<span>These vitals are</span>
<span>
These vitals are <strong>over one week old</strong>
</span>
</Trans>
);
} else {
Expand Down

0 comments on commit 5ad0dca

Please sign in to comment.