diff --git a/e2e/playground.spec.ts b/e2e/playground.spec.ts
index fd62ba60..747fe01a 100644
--- a/e2e/playground.spec.ts
+++ b/e2e/playground.spec.ts
@@ -52,7 +52,7 @@ test.describe('Playground page', () => {
});
test('Page renders signal tables', async ({ page }) => {
- await page.getByText('Last seen', { exact: true }).waitFor();
+ await page.getByText('Last Seen', { exact: true }).waitFor();
await page.getByText('Confidence Score', { exact: true }).waitFor();
await page.getByText('Geolocation', { exact: true }).waitFor();
diff --git a/src/app/playground/Playground.tsx b/src/app/playground/Playground.tsx
index dcea4d57..3798efea 100644
--- a/src/app/playground/Playground.tsx
+++ b/src/app/playground/Playground.tsx
@@ -152,7 +152,7 @@ export function Playground() {
],
[
{
- content: Last seen,
+ content: Last Seen,
},
{
content: agentResponse?.lastSeenAt.global ? (
@@ -430,7 +430,7 @@ export function Playground() {
{
content: [
- Velocity signals
+ Velocity Signals
,
],
},
@@ -471,7 +471,7 @@ export function Playground() {
{
content: [
- Raw device attributes
+ Raw Device Attributes
,
],
},
@@ -510,7 +510,7 @@ export function Playground() {
href='https://dev.fingerprint.com/docs/smart-signals-reference#geolocation-spoofing-detection'
key='spoof'
>
- Location spoofing
+ Location Spoofing
,
],
},
@@ -546,7 +546,7 @@ export function Playground() {
href='https://dev.fingerprint.com/docs/smart-signals-reference#rooted-device-detection'
key='tamper'
>
- Rooted device
+ Rooted Device
,
],
},