From badeae432c0892917a5be046a786df5a87f4d0aa Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Wed, 16 Jul 2025 09:50:22 -0500 Subject: [PATCH] Just meow Co-authored-by: Samuel Newman --- src/components/ageAssurance/AgeAssuranceAccountCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ageAssurance/AgeAssuranceAccountCard.tsx b/src/components/ageAssurance/AgeAssuranceAccountCard.tsx index af21972a5b..886add3a1b 100644 --- a/src/components/ageAssurance/AgeAssuranceAccountCard.tsx +++ b/src/components/ageAssurance/AgeAssuranceAccountCard.tsx @@ -104,7 +104,7 @@ function Inner({style}: ViewStyleProp & {}) { timeStyle: 'medium', })}> {timeAgo === 'now' ? ( - Last initiated just {timeAgo} + Last initiated just now ) : ( Last initiated {timeAgo} ago )}