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
)}