diff --git a/frontend/app/components/Session_/WarnBadge.tsx b/frontend/app/components/Session_/WarnBadge.tsx
index 704ae619e..3d6706e5f 100644
--- a/frontend/app/components/Session_/WarnBadge.tsx
+++ b/frontend/app/components/Session_/WarnBadge.tsx
@@ -106,11 +106,11 @@ const WarnBadge = React.memo(
>
- Tracker version({version}) for this recording is{' '}
+ Tracker version ({version}) for this recording is{' '}
{trackerVerDiff === VersionComparison.Lower
? 'lower '
: 'ahead of '}
- the current({trackerVersion}) version.
+ the current ({trackerVersion}) version.
Some recording might display incorrectly.